Type Definition to_shmem::Result

source ·
pub type Result<T> = Result<ManuallyDrop<T>, String>;
Expand description

Result type for ToShmem::to_shmem.

The String is an error message describing why the call failed.