Type Definition uucore::error::UResult

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

Result type that should be returned by all utils.