Type Definition sda_protocol::SdaResult []

type SdaResult<T> = Result<T, SdaError>;

Convenient wrapper around std::Result.