[][src]Trait tract_pulse::fact::StreamFact

pub trait StreamFact {
    pub fn stream_info(&self) -> Option<(usize, &TDim)>;
}

Required methods

pub fn stream_info(&self) -> Option<(usize, &TDim)>[src]

Loading content...

Implementors

impl StreamFact for ShapeFact[src]

Loading content...