[][src]Type Definition ghost_actor::GhostResult

type GhostResult<T> = Result<T, GhostError>;

Ghost Result Type.