Skip to main content

PbResult

Type Alias PbResult 

Source
pub type PbResult<T> = Result<T, PbError>;

Aliased Type§

pub enum PbResult<T> {
    Ok(T),
    Err(PasteError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PasteError)

Contains the error value