Skip to main content

IProgressState_Impl

Trait IProgressState_Impl 

Source
pub trait IProgressState_Impl: INotifyPropChanged_Impl {
    // Required methods
    fn IsIndeterminate(&self) -> Result<bool>;
    fn ProgressPercent(&self) -> Result<u32>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§