SimpleImage

Type Alias SimpleImage 

Source
pub type SimpleImage = Image<()>;
Expand description

Simple image without user data (backward compatible)

Aliased Type§

pub struct SimpleImage {
    pub destination: String,
    pub title: Option<String>,
    pub alt: String,
    pub user_data: (),
}

Fields§

§destination: String

Image URL (absolute or relative).

§title: Option<String>

Optional title.

§alt: String

Alternative text.

§user_data: ()

User-defined data associated with this image