Module exact

Source
Expand description

§Functions to expect exactly one event

Enums§

Error
The errors for this module

Functions§

expect_attribute
Expect an attribute on an opening tag and return a parsed value
expect_end
Expect a closing tag and return it
expect_start
Expect an opening tag and return it
expect_text
Expect some text and return it

Type Aliases§

Result
The result type for this module