Type Alias Resolver

Source
pub type Resolver = Resolver<System>;
Expand description

System resolver compatible with hyper.

Aliased Type§

pub struct Resolver { /* private fields */ }

Trait Implementations§

Source§

impl From<System> for Resolver

Source§

fn from(system: System) -> Self

Converts to this type from the input type.