Struct dazeus::ParseEventTypeError
[−]
[src]
pub struct ParseEventTypeError {
// some fields omitted
}Error returned when a string could not be parsed as an EventType.
This may occur if an event is provided by DaZeus which is unknown by this implementation.
Methods
impl ParseEventTypeError
fn new() -> ParseEventTypeError
Create a new error instance.