Struct urbandictionary::UrbanClient [] [src]

pub struct UrbanClient { /* fields omitted */ }

A thin wrapper around a hyper Client.

Methods

impl UrbanClient
[src]

Creates a new UrbanClient with a hyper Client instance.

Attempt to retrieve the first Definition for a word.

Attempt to retrieve the definitions of a word.

Trait Implementations

impl Debug for UrbanClient
[src]

Formats the value using the given formatter.

impl Default for UrbanClient
[src]

Returns the "default value" for a type. Read more