Type Definition rust_releases_rust_changelog::RustChangelogResult[][src]

type RustChangelogResult<T> = Result<T, RustChangelogError>;

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