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