pub struct jsonParser { /* private fields */ }
Implementations§
Source§impl jsonParser
impl jsonParser
pub fn new() -> jsonParser
pub fn parse<'source, __TOKEN: __ToTriple<'source>, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Value<'source>, ParseError<usize, Token<'source>, CompilationError>>
Auto Trait Implementations§
impl Freeze for jsonParser
impl RefUnwindSafe for jsonParser
impl Send for jsonParser
impl Sync for jsonParser
impl Unpin for jsonParser
impl UnwindSafe for jsonParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more