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