Trait async_component_core::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>;
}