Trait cosmic_hyperspace::driver::ItemRouter
source · pub trait ItemRouter<P>: TraversalRouter + Send + Syncwhere
P: Cosmos,{
fn bind<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<ArtRef<BindConfig>, P::Err>> + Send + 'async_trait>>
where
'life0: 'async_trait,
Self: 'async_trait;
}