[][src]Trait sfv::ParseValue

pub trait ParseValue {
    fn parse(input_chars: &mut Peekable<Chars>) -> Result<Self, &'static str>
    where
        Self: Sized
; }

Required methods

fn parse(input_chars: &mut Peekable<Chars>) -> Result<Self, &'static str> where
    Self: Sized

Loading content...

Implementors

impl ParseValue for Item[src]

impl ParseValue for Dictionary[src]

impl ParseValue for List[src]

Loading content...