pub fn broadcast_args<O0: Into<Output>, O1: Into<Output>>( s0: O0, s1: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BroadcastArgs::new().build(s0, s1, scope).
BroadcastArgs::new().build(s0, s1, scope)