Type Definition grb::Result[][src]

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

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