pub type Result<T> = Result<T, PollenError>;Expand description
Result type for Pollen operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PollenError),
}pub type Result<T> = Result<T, PollenError>;Result type for Pollen operations.
pub enum Result<T> {
Ok(T),
Err(PollenError),
}