CryptoBotResult

Type Alias CryptoBotResult 

Source
pub type CryptoBotResult<T> = Result<T, CryptoBotError>;

Aliased Type§

pub enum CryptoBotResult<T> {
    Ok(T),
    Err(CryptoBotError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(CryptoBotError)

Contains the error value