Type Definition udl::ast::ParsedArgument

source ·
pub type ParsedArgument = ParsedExpression;

Implementations§

Trait Implementations§

source§

impl From<ParsedCompound> for ParsedArgument

source§

fn from(compound: ParsedCompound) -> Self

Converts to this type from the input type.
source§

impl From<ParsedDictionary> for ParsedArgument

source§

fn from(dictionary: ParsedDictionary) -> Self

Converts to this type from the input type.
source§

impl From<ParsedDirective> for ParsedArgument

source§

fn from(command: ParsedDirective) -> Self

Converts to this type from the input type.
source§

impl From<ParsedSequence> for ParsedArgument

source§

fn from(sequence: ParsedSequence) -> Self

Converts to this type from the input type.
source§

impl From<ParsedText> for ParsedArgument

source§

fn from(text: ParsedText) -> Self

Converts to this type from the input type.