Type Definition grb::Result[][src]

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

A specialized std::result::Result for library errors