Type Definition ghost_actor::GhostResult[][src]

pub type GhostResult<T> = Result<T, GhostError>;
Expand description

Ghost Result Type.