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

type RBoxError = RBoxError_<SyncSend>;

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

Trait Implementations

impl<N> From<UnwrapEnumError<N>> for RBoxError where
    N: NonExhaustiveSharedOps
[src]