pub trait IUnit_StatusFieldMethods: IUnit_StatusField {
// Provided methods
fn to_long(self, value: impl Into<Unit_Status>) -> i64 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn to_long(self, value: impl Into<Unit_Status>) -> i64
fn to_long(self, value: impl Into<Unit_Status>) -> i64
ToLong(crate::app::unit::Unit_Status) overload
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§
impl<__T: IUnit_StatusField> IUnit_StatusFieldMethods for __T
Available on crate feature
app-unit only.