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