pub trait ItemRouter<P>: Router + Send + Syncwhere
    P: Hyperverse,
{ 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
; }

Required Methods

Implementors