Trait netstack3_base::BuildableCoreContext
source · pub trait BuildableCoreContext<BC> {
type Builder;
// Required method
fn build(bindings_ctx: &mut BC, builder: Self::Builder) -> Self;
}
Expand description
A core context that can be created from some builder type.
This allows CtxPair
to define its construction methods away from where
core contexts are actually defined.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.