Type Definition fuse3::Result[][src]

type Result<T> = Result<T, Errno>;
Expand description

pre-defined Result, the Err type is Errno.