Struct urbandict::Definition [] [src]

pub struct Definition {
    pub author: String,
    pub definition: String,
}

Fields

Trait Implementations

impl Debug for Definition
[src]

Formats the value using the given formatter.