Type Definition dire::Result [] [src]

type Result<T> = RustResult<T, DirsError>;

A specialized Result type for this library.