pub struct DomBuilder<A> { /* private fields */ }

Implementations

👎Deprecated since 0.5.21: Use global_event_with_options instead
👎Deprecated since 0.5.1: Use the with_node macro instead
👎Deprecated since 0.5.20: Use the with_node macro instead
👎Deprecated since 0.5.24: Use the prop method instead
👎Deprecated since 0.5.24: Use the prop_signal method instead
👎Deprecated since 0.5.21: Use event_with_options instead

Inserts the Fragment into this DomBuilder.

See the documentation for fragment for more details.

👎Deprecated since 0.5.24: Use the attr method instead
👎Deprecated since 0.5.24: Use the attr_ns method instead
👎Deprecated since 0.5.24: Use the attr_signal method instead
👎Deprecated since 0.5.24: Use the attr_ns_signal method instead

Trait Implementations

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.