Switch to fully composition based Transducers.

This commit is contained in:
Zachary Sunforge
2023-06-17 10:43:52 -07:00
parent 60e0edf7d2
commit 07ae111e15

View File

@ -1,6 +1,3 @@
use core::cell::Cell;
use crate::cell::CellView;
use crate::transducer::Stateful;
pub trait Poll<T: Copy> { pub trait Poll<T: Copy> {
async fn poll() -> T; async fn poll() -> T;