Struct yaml_rust::parser::Parser
[-] [+]
[src]
pub struct Parser<T> { // some fields omitted }
pub struct Parser<T> { // some fields omitted }
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>
impl<T: Debug> Debug for Parser<T> where T: Debug
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).