Struct tagger::ElementBridge[][src]

pub struct ElementBridge<'a, T, D, K> {
    pub k: K,
    // some fields omitted
}
Expand description

A struct that captures a half-made element. To complete building an element, build() must be called.

Fields

k: K

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.