CIndexResult

Type Alias CIndexResult 

Source
pub type CIndexResult<T> = Result<T, CIndexError>;

Aliased Type§

pub enum CIndexResult<T> {
    Ok(T),
    Err(CIndexError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(CIndexError)

Contains the error value