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