Struct yaml_rust::parser::Parser [-] [+] [src]

pub struct Parser<T> {
    // some fields omitted
}

Methods

impl<T: Iterator<Item=char>> Parser<T>

fn new(src: T) -> Parser<T>

fn load<R: EventReceiver>(&mut self, recv: &mut R, multi: bool) -> Result<(), ScanError>

Trait Implementations

Derived Implementations

impl<T: Debug> Debug for Parser<T> where T: Debug

fn fmt(&self, __arg_0: &mut Formatter) -> Result