Type Definition josh::JoshResult

source · []
pub type JoshResult<T> = Result<T, JoshError>;