Up
Module
Ensure_directory_result
Signature
type
t = [
| `failed
of
Core.Std.Error.t
| `not_a_dir
| `ok
]