Type Definition overclock::core::ActorResult

source ·
pub type ActorResult<T> = Result<T, ActorError>;
Expand description

The returned result by the actor