pub fn optional_from_value<O0: Into<Output>>( components: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for OptionalFromValue::new().build(components, scope).
OptionalFromValue::new().build(components, scope)