pub struct Loader<I, O>{ /* private fields */ }Expand description
Reconstructs runnables from definitions. Caller registers factories
by name for each Lambda / Opaque kind they expect to load.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I, O> Freeze for Loader<I, O>
impl<I, O> !RefUnwindSafe for Loader<I, O>
impl<I, O> Send for Loader<I, O>
impl<I, O> Sync for Loader<I, O>
impl<I, O> Unpin for Loader<I, O>
impl<I, O> UnsafeUnpin for Loader<I, O>
impl<I, O> !UnwindSafe for Loader<I, O>
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