Type Definition xmpp_addr::Result [] [src]

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

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