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

Ghost Result Type.