Struct downcast::DowncastError [] [src]

pub struct DowncastError<O> { /* fields omitted */ }

Methods

impl<O> DowncastError<O>
[src]

[src]

[src]

[src]

Trait Implementations

impl<O> Debug for DowncastError<O>
[src]

[src]

Formats the value using the given formatter.

impl<O> Display for DowncastError<O>
[src]

[src]

Formats the value using the given formatter. Read more

impl<O> Error for DowncastError<O>
[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