pub struct EmptyCatalog;Expand description
The empty catalog: resolves nothing.
Callers on the legacy path pre-load every required lib into the Cx
themselves; the runner then finds each require already present and loads
nothing. crate::run_recipe uses this so its behavior is unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyCatalog
impl RefUnwindSafe for EmptyCatalog
impl Send for EmptyCatalog
impl Sync for EmptyCatalog
impl Unpin for EmptyCatalog
impl UnsafeUnpin for EmptyCatalog
impl UnwindSafe for EmptyCatalog
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