pub struct ConnectionCostMatrixLoader {}Implementations§
Source§impl ConnectionCostMatrixLoader
impl ConnectionCostMatrixLoader
pub fn load(input_dir: &Path) -> LinderaResult<ConnectionCostMatrix>
pub fn load_mmap(input_dir: &Path) -> LinderaResult<ConnectionCostMatrix>
Auto Trait Implementations§
impl Freeze for ConnectionCostMatrixLoader
impl RefUnwindSafe for ConnectionCostMatrixLoader
impl Send for ConnectionCostMatrixLoader
impl Sync for ConnectionCostMatrixLoader
impl Unpin for ConnectionCostMatrixLoader
impl UnwindSafe for ConnectionCostMatrixLoader
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