Skip to main content

AsMutExpand

Trait AsMutExpand 

Source
pub trait AsMutExpand<T: RudaType> {
    // Required method
    fn __expand_as_mut_method(self, scope: &mut Scope) -> T::ExpandType;
}

Required Methods§

Source

fn __expand_as_mut_method(self, scope: &mut Scope) -> T::ExpandType

Converts this type into a shared reference of the (usually inferred) input type.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§