Type Definition fuse3::Result[][src]

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

pre-defined Result, the Err type is Errno.