ih_muse::prelude

Type Alias MuseResult

Source
pub type MuseResult<T> = Result<T, MuseError>;

Aliased Type§

enum MuseResult<T> {
    Ok(T),
    Err(MuseError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(MuseError)

Contains the error value