[][src]Type Definition zbox::Result

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

A specialized Result type for ZboxFS operations.

See the zbox::Error for all the errors.