Trait async_component::AsyncComponent
source · pub trait AsyncComponent: Unpin {
fn poll_next(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<ComponentPollFlags>;
}pub trait AsyncComponent: Unpin {
fn poll_next(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<ComponentPollFlags>;
}