[][src]Trait xtra_addons::FromRegistryExt

pub trait FromRegistryExt: Actor {
#[must_use]    fn from_registry<'async_trait>(
    ) -> Pin<Box<dyn Future<Output = Address<Self>> + Send + 'async_trait>>
    where
        Self: 'async_trait
; }

Required methods

#[must_use]fn from_registry<'async_trait>(
) -> Pin<Box<dyn Future<Output = Address<Self>> + Send + 'async_trait>> where
    Self: 'async_trait, 
[src]

Loading content...

Implementors

impl<A: Actor + Default> FromRegistryExt for A[src]

Loading content...