[][src]Trait libcoreinst::source::ImageLocation

pub trait ImageLocation: Display {
    fn sources(&self) -> Result<Vec<ImageSource>>;

    fn require_signature(&self) -> bool { ... }
}

Required methods

fn sources(&self) -> Result<Vec<ImageSource>>

Loading content...

Provided methods

fn require_signature(&self) -> bool

Loading content...

Implementors

impl ImageLocation for FileLocation[src]

impl ImageLocation for OsmetLocation[src]

impl ImageLocation for StreamLocation[src]

impl ImageLocation for UrlLocation[src]

Loading content...