[][src]Type Definition xmpp_addr::Result

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

A custom result type for JIDs that elides the error type.