pub type ComputerCallSafetyCheckParam_Code = Option<String>;
pub enum ComputerCallSafetyCheckParam_Code { None, Some(String), }
No value.
Some value of type T.
T