BundleBundleExt

Trait BundleBundleExt 

Source
pub trait BundleBundleExt: Bundle + Sized {
    // Provided method
    fn bundle<B: Bundle>(self, b: B) -> (Self, B) { ... }
}

Provided Methods§

Source

fn bundle<B: Bundle>(self, b: B) -> (Self, B)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§