pub struct JsonReader;Trait Implementations§
Source§impl<T> InputReader<T> for JsonReaderwhere
T: DeserializeOwned,
impl<T> InputReader<T> for JsonReaderwhere
T: DeserializeOwned,
type Properties = JsonProperties
fn read(source: &dyn InputSource, _: Self::Properties) -> Result<T, Error>
Auto Trait Implementations§
impl Freeze for JsonReader
impl RefUnwindSafe for JsonReader
impl Send for JsonReader
impl Sync for JsonReader
impl Unpin for JsonReader
impl UnwindSafe for JsonReader
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