Struct cocaine::Resolver [] [src]

pub struct Resolver { /* fields omitted */ }

A Resolver that user the Locator for name resolution.

Methods

impl Resolver
[src]

Constructs a new Resolver using the specified Locator for name resolution.

Trait Implementations

impl Debug for Resolver
[src]

Formats the value using the given formatter.

impl Resolve for Resolver
[src]

Resolves a service name into the network endpoints.