Type Alias ComputerCallSafetyCheckParam_Code

Source
pub type ComputerCallSafetyCheckParam_Code = Option<String>;

Aliased Type§

enum ComputerCallSafetyCheckParam_Code {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.