Type Alias cargo_php::CrateResult

source ·
pub type CrateResult = Result<()>;
Expand description

Result type returned from the run function.

Aliased Type§

enum CrateResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value