ImageLocation

Trait ImageLocation 

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

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

Required Methods§

Provided Methods§

Implementors§