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: StringImage URL (absolute or relative).
title: Option<String>Optional title.
alt: StringAlternative text.
user_data: ()User-defined data associated with this image