[][src]Trait varlink_parser::Format

pub trait Format {
    fn get_oneline(&self) -> String;
fn get_multiline(&self, indent: usize, max: usize) -> String; }

Required methods

fn get_oneline(&self) -> String

fn get_multiline(&self, indent: usize, max: usize) -> String

Loading content...

Implementors

impl<'a> Format for VStructOrEnum<'a>
[src]

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

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

impl<'a> Format for IDL<'a>
[src]

impl<'a> Format for VEnum<'a>
[src]

impl<'a> Format for VStruct<'a>
[src]

Loading content...