Type Definition ghost_actor::GhostResult

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

Ghost Result Type.