Trait substrate::io::layout::BundleBuilder
source · pub trait BundleBuilder<T: IsBundle> {
// Required method
fn build(self) -> Result<T>;
}
Expand description
Layout hardware data builder.
A builder for an instance of bundle T
.