Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§