pub trait ControllerSpec {
    type Actor;
    type Context;
}

Required Associated Types

Implementors