FWriteSafe

Trait FWriteSafe 

Source
pub trait FWriteSafe<'a, const WI: u8, FI: FieldSpec, W>: FWrite<'a, WI, FI, W> {
    // Required method
    fn set(self, value: FI::Ux) -> &'a mut W;
}
Expand description

FieldWriter::set as a trait.

Required Methods§

Source

fn set(self, value: FI::Ux) -> &'a mut W

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§