Type Definition uucore::error::UResult[][src]

pub type UResult<T> = Result<T, Box<dyn UError>>;
Expand description

Result type that should be returned by all utils.