Type Definition rust_releases_core::CoreResult[][src]

type CoreResult<T> = Result<T, CoreError>;

A result type which binds the CoreError to the error type.