espresso/atoms

Types

pub type ElementAtom {
  Raw
  Text
  Element
}

Constructors

  • Raw
  • Text
  • Element

Functions

pub fn decode(a: Dynamic) -> Result(
  ElementAtom,
  List(DecodeError),
)
Search Document