pub type Result<T> = Result<T, LeashError>;Expand description
Convenience: every async call site in the SDK returns this.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LeashError),
}pub type Result<T> = Result<T, LeashError>;Convenience: every async call site in the SDK returns this.
pub enum Result<T> {
Ok(T),
Err(LeashError),
}