Struct cmudict::Rule [] [src]

pub struct Rule { /* fields omitted */ }

Represents the complete pronunciation of a single word in the database

Methods

impl Rule
[src]

[src]

Retuns a slice of the Symbols for the word

[src]

Returns the word

Trait Implementations

impl Clone for Rule
[src]

[src]

impl PartialEq<Rule> for Rule
[src]

[src]

[src]

impl FromStr for Rule
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl Debug for Rule
[src]

[src]

Formats the value using the given formatter.