Type Definition sda_client::SdaClientResult []

type SdaClientResult<T> = Result<T, SdaClientError>;

Convenient wrapper around std::Result.