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]

[src]

Formats the value using the given formatter.

impl Error for NotFoundError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for NotFoundError
[src]

[src]

Formats the value using the given formatter. Read more