pub struct ComponentComposer<'a> { /* private fields */ }
Expand description
Used to compose a WebAssembly component from other components.
The component composer resolves the dependencies of a root component from components of matching names in the file system.
The exports of the root component are then exported from the composed component.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ComponentComposer<'a>
impl<'a> RefUnwindSafe for ComponentComposer<'a>
impl<'a> Send for ComponentComposer<'a>
impl<'a> Sync for ComponentComposer<'a>
impl<'a> Unpin for ComponentComposer<'a>
impl<'a> UnwindSafe for ComponentComposer<'a>
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