substrate::types::layout

Trait LayoutBundle

Source
pub trait LayoutBundle<S: Schema>:
    HasBundleKind
    + Flatten<PortGeometry<S::Layer>>
    + Unflatten<Self::BundleKind, PortGeometry<S::Layer>>
    + TransformRef
    + Send
    + Sync { }
Expand description

A type that can be a bundle of layout ports.

Must have an associated bundle kind via HasBundleKind.

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§