pub struct JsonReader<'a, G> { /* private fields */ }Implementations§
Source§impl<'a, G: Graph + GraphConstructor> JsonReader<'a, G>
impl<'a, G: Graph + GraphConstructor> JsonReader<'a, G>
pub fn next_with_properties( &mut self, ) -> Option<Result<(G, GraphProperties), ReadError>>
Trait Implementations§
Auto Trait Implementations§
impl<'a, G> Freeze for JsonReader<'a, G>
impl<'a, G> RefUnwindSafe for JsonReader<'a, G>where
G: RefUnwindSafe,
impl<'a, G> Send for JsonReader<'a, G>where
G: Send,
impl<'a, G> Sync for JsonReader<'a, G>where
G: Sync,
impl<'a, G> Unpin for JsonReader<'a, G>where
G: Unpin,
impl<'a, G> UnwindSafe for JsonReader<'a, G>where
G: UnwindSafe,
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