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

type RBoxError = RBoxError_<SyncSend>;

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

Trait Implementations

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