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