Initial node implementation #4
@ -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;
|
||||||
|
Reference in New Issue
Block a user