Type Definition rust_releases::ChannelManifestsResult[][src]

type ChannelManifestsResult<T> = Result<T, ChannelManifestsError>;

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