Struct stdweb::web::error::NotFoundError
[−]
[src]
pub struct NotFoundError(_);
A structure denoting that the specified DOM Node was not found.
Trait Implementations
impl Debug for NotFoundError[src]
impl Error for NotFoundError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more