Trait libcoreinst::source::ImageLocation
source · [−]pub trait ImageLocation: Display {
fn sources(&self) -> Result<Vec<ImageSource>>;
fn require_signature(&self) -> bool { ... }
}pub trait ImageLocation: Display {
fn sources(&self) -> Result<Vec<ImageSource>>;
fn require_signature(&self) -> bool { ... }
}