pub trait ActorSpec {
    type Actor;
    type Client;
    type Connection;
    type Data;
}

Required Associated Types

Implementors