pub struct BundleAssembler;Implementations§
Source§impl BundleAssembler
impl BundleAssembler
pub fn placeholder( root_node_id: &str, role: &str, generator_version: &str, ) -> Result<KmpBundle, ApplicationError>
Auto Trait Implementations§
impl Freeze for BundleAssembler
impl RefUnwindSafe for BundleAssembler
impl Send for BundleAssembler
impl Sync for BundleAssembler
impl Unpin for BundleAssembler
impl UnsafeUnpin for BundleAssembler
impl UnwindSafe for BundleAssembler
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