Type Definition cmudict_fast::Result[][src]

type Result<T> = Result<T, Error>;

Shortcut for Result<T, errors::Error>