Module abi_stable::sabi_trait

source ·
Expand description

Contains items related to the #[sabi_trait] attribute.

Re-exports§

Modules§

  • Examples of #[sabi_trait] generated trait objects,for the documentation.
  • A prelude for modules using #[sabi_trait] generated traits/trait objects.

Structs§

  • RObject implements ffi-safe trait objects, for a minimal selection of traits.
  • Error for RObject<_> being downcasted into the wrong type with one of the *downcast* methods.

Traits§

  • This is used to make sure that reborrowing does not change the Send-ness or Sync-ness of the pointer.