Module Jenga_lib.Fs.Ensure_directory_result

type t = [
| `ok
| `failed of Core.Error.t
| `not_a_dir
]