TogetherResult

Type Alias TogetherResult 

Source
pub type TogetherResult<T> = Result<T, TogetherError>;

Aliased Type§

pub enum TogetherResult<T> {
    Ok(T),
    Err(TogetherError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TogetherError)

Contains the error value