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

Provided Methods§

Implementors§