pub trait IIWireableDescriptorMethods: IIWireableDescriptor {
// Provided method
fn prepare_for_wiring(self, t: impl Into<Table>) { ... }
}Provided Methods§
Sourcefn prepare_for_wiring(self, t: impl Into<Table>)
fn prepare_for_wiring(self, t: impl Into<Table>)
PrepareForWiring(crate::moon_sharp::interpreter::table::Table) overload
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§
impl<__T: IIWireableDescriptor> IIWireableDescriptorMethods for __T
Available on crate feature
moon_sharp-interpreter-interop-basic_descriptors-iwireabledescriptor only.