Type Definition robin::error::RobinResult [] [src]

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

The result type used throughout Robin.