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