Type Definition abi_stable::std_types::RBoxError[][src]

pub type RBoxError = RBoxError_<SyncSend>;
Expand description

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

Trait Implementations

Performs the conversion.