use core::cell::Cell; use crate::cell::CellView; use crate::transducer::Stateful; pub trait Poll { async fn poll() -> T; }