Trait StreamFact

Source
pub trait StreamFact {
    // Required method
    fn stream_info(&self, stream_sym: &Symbol) -> Option<(usize, &TDim)>;
}

Required Methods§

Source

fn stream_info(&self, stream_sym: &Symbol) -> Option<(usize, &TDim)>

Implementors§