Skip to main content

CatalogSource

Trait CatalogSource 

Source
pub trait CatalogSource {
    // Required method
    fn list(&self) -> Vec<PackListing>;
}

Required Methods§

Source

fn list(&self) -> Vec<PackListing>

Implementors§