Struct dazeus::InvalidJsonError
[−]
[src]
pub struct InvalidJsonError { // some fields omitted }
Error returned when the passed Json did not have the required structure.
Methods
impl InvalidJsonError
fn new(message: &str) -> InvalidJsonError
Create a new error instance.