pub type Result<T> = Result<T, DeribitFixError>;Expand description
Result type alias for the Deribit FIX framework
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DeribitFixError),
}pub type Result<T> = Result<T, DeribitFixError>;Result type alias for the Deribit FIX framework
pub enum Result<T> {
Ok(T),
Err(DeribitFixError),
}