pub struct ForgeLib;Expand description
Loadable FORGE command library.
The library exports cli/main/forge so a sim-run boot session can load it
as the implementation of the forge verb.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForgeLib
impl RefUnwindSafe for ForgeLib
impl Send for ForgeLib
impl Sync for ForgeLib
impl Unpin for ForgeLib
impl UnsafeUnpin for ForgeLib
impl UnwindSafe for ForgeLib
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