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