Module objc2::encode::__unstable

source ·
Available on crate feature unstable-encode-internals only.
Expand description

Unstable encoding traits.

The traits in this module are unstable, meaning that they are outside the usual SemVer guarantee, and may freely change or be removed in patch versions.

They are provided here mostly for documentation purposes (e.g. you can check EncodeReturn to see which types are possible as the return value of a function pointer).

If you would like to use some of these, please open an issue, then we can discuss making them stable.

Traits