Type Definition rust_releases_core::CoreResult[][src]

pub type CoreResult<T> = Result<T, CoreError>;
Expand description

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