SynthesizedField

Trait SynthesizedField 

Source
pub trait SynthesizedField<const I: u8>: NativeElement {
    type Type: Clone;

    const FIELD: SynthesizedFieldData<Self, I>;
}
Expand description

A field that is initially unset, but may be set through a Synthesize implementation.

Required Associated Constants§

Required Associated Types§

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§

Source§

impl SynthesizedField<3> for FigureCaption

Source§

impl SynthesizedField<3> for RefElem

Source§

impl SynthesizedField<4> for BibliographyElem

Source§

impl SynthesizedField<4> for CiteElem

Source§

impl SynthesizedField<4> for FigureCaption

Source§

impl SynthesizedField<4> for RefElem

Source§

impl SynthesizedField<5> for BibliographyElem

Source§

impl SynthesizedField<5> for CiteElem

Source§

impl SynthesizedField<5> for FigureCaption

Source§

impl SynthesizedField<6> for FigureCaption

Source§

impl SynthesizedField<7> for FigureCaption

Source§

impl SynthesizedField<7> for RawElem

Source§

impl SynthesizedField<9> for HeadingElem

Source§

impl SynthesizedField<9> for ImageElem

Source§

impl SynthesizedField<10> for GridElem

Source§

impl SynthesizedField<10> for FigureElem

Source§

impl SynthesizedField<11> for FigureElem

Source§

impl SynthesizedField<11> for TableElem

Source§

impl SynthesizedField<13> for EquationElem