pub trait VisStream {
    fn next(&mut self) -> Result<bool, Error>;
    fn basepol(&self) -> BasePol;
}

Required Methods§

Implementors§