Type Alias ByteStyleResult

Source
pub type ByteStyleResult<T> = Result<T, ByteStyleError>;

Aliased Type§

pub enum ByteStyleResult<T> {
    Ok(T),
    Err(ByteStyleError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ByteStyleError)

Contains the error value