pub type BootstrapCommitResult = Result<(), BootstrapError>;

Aliased Type§

enum BootstrapCommitResult {
    Ok(()),
    Err(BootstrapError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(BootstrapError)

Contains the error value