Type Alias sui::client_ptb::error::PTBResult

source ·
pub type PTBResult<T> = Result<T, PTBError>;

Aliased Type§

enum PTBResult<T> {
    Ok(T),
    Err(PTBError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PTBError)

Contains the error value