Skip to main content

ModelsHost

Trait ModelsHost 

Source
pub trait ModelsHost: ModelHost {
    // Required method
    fn take_changed_models(&mut self) -> Vec<ModelId>;
}

Required Methods§

Source

fn take_changed_models(&mut self) -> Vec<ModelId>

Returns and clears the list of models that were marked changed since the last call.

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§