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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl From<Error> for ResolutionError
[src]
impl From<Error> for ResolutionError
[src]
impl Display for ResolutionError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more