Crate mc_sgx_util

source ·
Expand description

MobileCoin SGX: Utilities

Project ChatLicenseTargetCrates.ioDocs StatusDependency Status

Small utilities and helpers that are useful to have in a central place.

Traits

A trait to add to an error type which can be constructed from an underlying “status” type which contains both success and failure codes.
An inverse of the ResultFrom trait, which is attached to the status type.