TushareResult

Type Alias TushareResult 

Source
pub type TushareResult<T> = Result<T, TushareError>;
Expand description

Tushare API result type

Aliased Type§

pub enum TushareResult<T> {
    Ok(T),
    Err(TushareError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TushareError)

Contains the error value