Trait nock::ToNoun [] [src]

pub trait ToNoun {
    fn to_noun(&self) -> Noun;
}

Trait for types that can convert themselves to a noun.

Required Methods

Implementors