Type Definition rust_releases::ChannelManifestsResult[][src]

pub type ChannelManifestsResult<T> = Result<T, ChannelManifestsError>;
Expand description

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