Struct buffoon::Field [] [src]

pub struct Field<'b, 'a: 'b, R: 'a> {
    pub tag: usize,
    // some fields omitted
}

Fields

Methods

impl<'a, 'b, R: Read> Field<'a, 'b, R>
[src]

Trait Implementations

impl<'a, 'b, R> Debug for Field<'a, 'b, R>
[src]

Formats the value using the given formatter.