[][src]Type Definition ghost_actor::example::MyActorHandlerResult

type MyActorHandlerResult<T> = Result<MyActorFuture<T>, MyError>;

Handler Result Type.