pub type Result<T> = Result<T, PerpCityError>;Expand description
Convenience alias used throughout the SDK.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PerpCityError),
}pub type Result<T> = Result<T, PerpCityError>;Convenience alias used throughout the SDK.
pub enum Result<T> {
Ok(T),
Err(PerpCityError),
}