SimpleLinkDefinition

Type Alias SimpleLinkDefinition 

Source
pub type SimpleLinkDefinition = LinkDefinition<()>;
Expand description

Simple link definition without user data (backward compatible)

Aliased Type§

pub struct SimpleLinkDefinition {
    pub label: Vec<Inline>,
    pub destination: String,
    pub title: Option<String>,
    pub user_data: (),
}

Fields§

§label: Vec<Inline>

Link label (acts as the identifier).

§destination: String

Link URL (absolute or relative) or email address.

§title: Option<String>

Optional title (for links and images).

§user_data: ()

User-defined data associated with this link definition