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

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

Methods

impl<T: Iterator<Item = char>> Parser<T>
[src]

Trait Implementations

impl<T: Debug> Debug for Parser<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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