Term

Type Alias Term 

Source
pub type Term<'a> = DefinitionListValue<'a>;
Expand description

Represents the type alias used for a single term

Aliased Typeยง

pub struct Term<'a>(/* private fields */);