[][src]Trait sfv::ParseMore

pub trait ParseMore {
    fn parse_more(self, input_bytes: &[u8]) -> Result<Self, &'static str>
    where
        Self: Sized
; }

Required methods

fn parse_more(self, input_bytes: &[u8]) -> Result<Self, &'static str> where
    Self: Sized

Loading content...

Implementors

impl ParseMore for Dictionary[src]

impl ParseMore for List[src]

Loading content...