fidl_fuchsia_weave

Type Alias StackResetConfigResult

Source
pub type StackResetConfigResult = Result<(), ErrorCode>;

Aliased Type§

enum StackResetConfigResult {
    Ok(()),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value