pub trait BroadcastLength {
// Required methods
fn _broadcast_len(&self) -> usize;
fn _column_name(&self) -> Option<&str>;
}pub trait BroadcastLength {
// Required methods
fn _broadcast_len(&self) -> usize;
fn _column_name(&self) -> Option<&str>;
}