Type Alias abi_stable::std_types::RBoxError
source · pub type RBoxError = RBoxError_<SyncSend>;
Expand description
Ffi safe equivalent to Box<dyn std::error::Error + Send + Sync>
.
Aliased Type§
struct RBoxError { /* private fields */ }
Trait Implementations§
source§impl<N> From<UnwrapEnumError<N>> for RBoxErrorwhere
N: NonExhaustiveSharedOps,
impl<N> From<UnwrapEnumError<N>> for RBoxErrorwhere
N: NonExhaustiveSharedOps,
source§fn from(uee: UnwrapEnumError<N>) -> RBoxError
fn from(uee: UnwrapEnumError<N>) -> RBoxError
Converts to this type from the input type.