pub trait ISignedZeroOption_Impl: Sized {
    // Required methods
    fn IsZeroSigned(&self) -> Result<bool>;
    fn SetIsZeroSigned(&self, value: bool) -> Result<()>;
}

Required Methods§

fn IsZeroSigned(&self) -> Result<bool>

fn SetIsZeroSigned(&self, value: bool) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§