Type Definition rust_releases::RustChangelogResult[][src]

pub type RustChangelogResult<T> = Result<T, RustChangelogError>;
Expand description

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