Skip to main content

IState

Trait IState 

Source
pub trait IState: IObject {
    // Provided methods
    fn progress(self) -> StateProgress { ... }
    fn set_progress(self, value: StateProgress) { ... }
}

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§