pub struct Importer { /* private fields */ }Expand description
RDF dataset importer. Consumes a URL input, produces RDF output.
Implementations§
Trait Implementations§
impl Importer<Cursor<Vec<u8>>, RunnerError> for Importer
Auto Trait Implementations§
impl Freeze for Importer
impl !RefUnwindSafe for Importer
impl Send for Importer
impl Sync for Importer
impl Unpin for Importer
impl !UnwindSafe for Importer
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