[][src]Trait public_ip::ResolutionError

pub trait ResolutionError: Send + Any + Debug { }

An error produced while attempting to resolve

Implementors

impl<T> ResolutionError for T where
    T: Send + Any + Debug
[src]

Loading content...