pub struct CsrCompiler;Expand description
Compiler that bakes nodes, edges, and optional vectors into graph.mmap.
Implementations§
Auto Trait Implementations§
impl Freeze for CsrCompiler
impl RefUnwindSafe for CsrCompiler
impl Send for CsrCompiler
impl Sync for CsrCompiler
impl Unpin for CsrCompiler
impl UnsafeUnpin for CsrCompiler
impl UnwindSafe for CsrCompiler
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