abi_stable::std_types

Type Alias SendRBoxError

Source
pub type SendRBoxError = RBoxError_<UnsyncSend>;
Expand description

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

Aliased Typeยง

struct SendRBoxError { /* private fields */ }