Type Definition rust_releases::RustDistResult[][src]

pub type RustDistResult<T> = Result<T, RustDistError>;
Expand description

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