pub fn multiply<O1: Into<Output>, O2: Into<Output>>( a: O1, b: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Multiply::new().build(scope), a, b).
Multiply::new().build(scope), a, b)