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