Type Alias SyntaxError

Source
pub type SyntaxError = String;
Expand description

Error that can happen during hot-reload - stringified, since it is only used for printing and is not exposed in the public API

Aliased Typeยง

struct SyntaxError { /* private fields */ }