[−][src]Trait fui_core::ViewModel
Used to convert controls to views. Controls can be consumed during conversion.
Used to convert view models to views.
This is a trait with static methods. In Rust 2018 you cannot
use Rc<RefCell
Used to convert controls to views. Controls can be consumed during conversion.
Used to convert view models to views.
This is a trait with static methods. In Rust 2018 you cannot
use Rc<RefCell
fn create_view(view_model: &Rc<RefCell<Self>>) -> Rc<RefCell<dyn ControlObject>>