Type Definition zbox::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

A specialized Result type for ZboxFS operations.

See the zbox::Error for all the errors.