pub trait Broadcast<Scalar> {
// Required method
fn broadcast(scalar: Scalar) -> Self;
}
Expand description
Value that can be filled with Scalar
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Broadcast<Scalar> {
// Required method
fn broadcast(scalar: Scalar) -> Self;
}
Value that can be filled with Scalar