Type Definition urbandictionary::Result[][src]

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

Common result type used throughout the library.