Skip to main content

SyntaxError

Type Alias SyntaxError 

Source
pub type SyntaxError = String;
Expand description

Error that can occur during XML parsing or hot-reload.

Stringified for error reporting; not part of the public API.

Aliased Typeยง

pub struct SyntaxError { /* private fields */ }