[][src]Type Definition act_zero::ActorResult

type ActorResult<T> = Result<Produces<T>, ActorError>;

Short alias for a Result<Produces<T>, ActorError>.

Trait Implementations

impl<T> IntoActorResult for ActorResult<T>[src]

type Output = T

The type to be sent back to the caller.