pub trait CodeBuilderPackage {
// Required method
fn as_code_builder_package(&self) -> &Package;
}Expand description
A value that can provide a compiled Miden package to the code builder.
Required Methods§
fn as_code_builder_package(&self) -> &Package
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".