longbridge 4.2.1

Longbridge OpenAPI SDK for Rust
Documentation
1
2
3
4
5
6
7
/// Blocking error
#[derive(Debug, thiserror::Error)]
pub enum BlockingError {
    /// Context closed
    #[error("context closed")]
    Closed,
}