1 2 3 4 5 6
//! `ConcreteComponent` polymorphism contract — canonical home in //! `bb-runtime::concrete`. This module re-exports the type for //! authoring ergonomics so `bb_dsl::concrete::ConcreteComponent` //! keeps resolving. pub use bb_runtime::concrete::*;