Struct varlink_parser::Argument [] [src]

pub struct Argument<'a> {
    pub name: &'a str,
    pub vtype: VTypeExt<'a>,
}

Fields

Trait Implementations

impl<'a> Display for Argument<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Argument<'a>

impl<'a> Sync for Argument<'a>