Type Definition dist_tx::tm::XaResult [] [src]

type XaResult<T> = Result<T, XaError>;

Abbreviation for Result<T, XaError>.