ScriptResult

Type Alias ScriptResult 

Source
pub(crate) type ScriptResult = Result<Script, ()>;

Aliased Type§

pub(crate) enum ScriptResult {
    Ok(Script),
    Err(()),
}

Variants§

§1.0.0

Ok(Script)

Contains the success value

§1.0.0

Err(())

Contains the error value