Trait CanSetBooleanParams

Source
pub trait CanSetBooleanParams: Writable {
    // Provided method
    fn set_default(&mut self, value: <Default as Set>::ValueType) -> Result<()> { ... }
}

Provided Methods§

Source

fn set_default(&mut self, value: <Default as Set>::ValueType) -> Result<()>

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§