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

pub trait ActorArgs: Clone + Send + Sync { }

Implementors

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

Loading content...