[][src]Trait riker::actor::ActorArgs

pub trait ActorArgs: Clone + Send + Sync + 'static { }

Implementors

impl<T: Clone + Send + Sync + 'static> ActorArgs for T[src]

Loading content...