Type Alias NullResult

Source
pub type NullResult = Result<()>;
Expand description

None or error

Aliased Type§

pub enum NullResult {
    Ok(()),
    Err(CodexGitError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CodexGitError)

Contains the error value