Skip to main content

DropdownFieldTemplate

Trait DropdownFieldTemplate 

Source
pub trait DropdownFieldTemplate {
    // Required method
    fn create(
        &self,
        sizing: Option<DropdownSizing>,
    ) -> Rc<dyn DropdownFieldPresenter>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§