pub struct DataLoader;
Implementations§
Source§impl DataLoader
impl DataLoader
pub fn load_from_string(csv_data: &str) -> Result<Vec<FlightData>, Error>
Auto Trait Implementations§
impl Freeze for DataLoader
impl RefUnwindSafe for DataLoader
impl Send for DataLoader
impl Sync for DataLoader
impl Unpin for DataLoader
impl UnwindSafe for DataLoader
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