Struct node_resolve::ResolutionError [] [src]

pub struct ResolutionError { /* fields omitted */ }

An Error, returned when the module could not be resolved.

Trait Implementations

impl Debug for ResolutionError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for ResolutionError
[src]

[src]

Performs the conversion.

impl From<Error> for ResolutionError
[src]

[src]

Performs the conversion.

impl Display for ResolutionError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ResolutionError
[src]

[src]

A short description of the error. Read more

[src]

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

Auto Trait Implementations