Type Definition dist_tx::rm::RmResult [] [src]

type RmResult<T> = Result<T, RmError>;

An abbreviation of Result<T, XaError>.

Just for convenience.