Skip to main content

BroadcastLength

Trait BroadcastLength 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl BroadcastLength for usize

Source§

impl<T: BroadcastLength> BroadcastLength for &T

Implementors§