Type Definition wildland_devshell::context::ContextResult

source ·
type ContextResult<T> = Result<T, ContextError>;