pub async fn new_source(
discover: impl Into<DiscoverConfig>,
fetcher: impl Into<FetcherOptions>,
) -> Result<DispatchSource>
Expand description
A common way to create a new CSAF source.
pub async fn new_source(
discover: impl Into<DiscoverConfig>,
fetcher: impl Into<FetcherOptions>,
) -> Result<DispatchSource>
A common way to create a new CSAF source.