ActorEncode

Trait ActorEncode 

Source
pub(crate) trait ActorEncode<T: Serialize>: Actor {
    // Required method
    fn encode(&self, registry: &ActorRegistry) -> T;
}

Required Methods§

Source

fn encode(&self, registry: &ActorRegistry) -> T

Implementors§