Skip to main content

IConvertBrawl

Trait IConvertBrawl 

Source
pub trait IConvertBrawl: IConverterWithUt {
    // Provided methods
    fn m_state(self) -> ConvertBrawl_State { ... }
    fn set_m_state(self, value: ConvertBrawl_State) { ... }
}

Provided Methods§

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§