Type Definition oursh::program::Result[][src]

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

Convenience type for results with program errors.