SimpleLinkReference

Type Alias SimpleLinkReference 

Source
pub type SimpleLinkReference = LinkReference<()>;
Expand description

Simple link reference without user data (backward compatible)

Aliased Type§

pub struct SimpleLinkReference {
    pub label: Vec<Inline>,
    pub text: Vec<Inline>,
    pub user_data: (),
}

Fields§

§label: Vec<Inline>

Link label (acts as the identifier).

§text: Vec<Inline>

Link text

§user_data: ()

User-defined data associated with this link reference