Type Definition lasso::LassoResult 
source · pub type LassoResult<T> = Result<T, LassoError>;Expand description
A continence type for an error from an interner
pub type LassoResult<T> = Result<T, LassoError>;A continence type for an error from an interner