Struct varlink_parser::VTypeExt [] [src]

pub struct VTypeExt<'a> {
    pub vtype: VType<'a>,
    pub isarray: bool,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for VTypeExt<'a>

impl<'a> Sync for VTypeExt<'a>