pub type SendRBoxError = RBoxError_<UnsyncSend>;
Expand description

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

Aliased Type§

struct SendRBoxError { /* private fields */ }