Crate smithy_types

Source

Structs§

  • A struct representing an element node in the DOM.
  • A struct representing an HTML element.
  • The results of calling the smd! macro is a vector of SmithyComponents.
  • A wrapper around a future that can easily be rendered with a match statement.

Enums§

  • An enum representing the types of nodes that can be present in the DOM.
  • An enum representing the different types of nodes, plus a special wrapper Node::Vec.
  • An enum representing the different phases that a Smithy app can go through.
  • An enum representing the results of a SmithyComponent handling a Phase.
  • An enum representing the three states of a Javascript promise.
  • An enum of events that a DOM element can potentially handle.
  • An enum representing global events that can occur and that a smithy app can potentially handle.

Traits§

Type Aliases§