Struct varlink_parser::Method [] [src]

pub struct Method<'a> {
    pub name: &'a str,
    pub input: VStruct<'a>,
    pub output: VStruct<'a>,
}

Fields

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Method<'a>

impl<'a> Sync for Method<'a>