Type Definition zbox::Result [] [src]

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

A specialized Result type for Zbox operations.

See the zbox::Error for all possible errors.