pub type UnsyncRBoxError = RBoxError_<UnsyncUnsend>;
Expand description

Ffi safe equivalent to Box<dyn std::error::Error>.

Aliased Type§

struct UnsyncRBoxError { /* private fields */ }