Type Alias repl_block::prelude::ReplBlockResult

source ·
pub type ReplBlockResult<T> = Result<T, ReplBlockError>;

Aliased Type§

enum ReplBlockResult<T> {
    Ok(T),
    Err(ReplBlockError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ReplBlockError)

Contains the error value