pub type Result<T> = Result<T, LodashError>;Expand description
Result type alias for Lodash-RS operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LodashError),
}pub type Result<T> = Result<T, LodashError>;Result type alias for Lodash-RS operations.
pub enum Result<T> {
Ok(T),
Err(LodashError),
}