[][src]Module abi_stable::std_types::std_error

Ffi-safe version of Box<::std::error::Error+Sync+Send+'static> and Box<::std::error::Error+'static>

Structs

RBoxError_

Ffi-safe version of Box<::std::error::Error> whose Send+Syncness is determined by the M type parameter.

Type Definitions

RBoxError

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

UnsyncRBoxError

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