pub async fn execute<'a>(
nuget: &'a NugetRegistry,
package_name: &str,
) -> Result<impl Stream<Item = Result<RegistrationLeaf>> + Send + Unpin + 'a>
pub async fn execute<'a>(
nuget: &'a NugetRegistry,
package_name: &str,
) -> Result<impl Stream<Item = Result<RegistrationLeaf>> + Send + Unpin + 'a>