Type Alias ComputerCallSafetyCheckParam_Message

Source
pub type ComputerCallSafetyCheckParam_Message = Option<String>;

Aliased Type§

pub enum ComputerCallSafetyCheckParam_Message {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.