pub fn placeholder_with_default<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for PlaceholderWithDefault::new().build(input, scope).
PlaceholderWithDefault::new().build(input, scope)