[][src]Trait xtra_addons::FromRegistryExtOpt

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

Required methods

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

Loading content...

Implementors

impl<A: Actor> FromRegistryExtOpt for A[src]

Loading content...