[][src]Type Definition wascc_actor::HandlerResult

type HandlerResult<T> = Result<T, Box<dyn Error>>;