Trait objc2::declare::InnerIvarType
source · pub unsafe trait InnerIvarType: Sealed {
type Output;
}Expand description
Types that may be used in ivars.
This may be either:
bool.IvarDrop<T>.- Something that implements
Encode.
This is a sealed trait, and should not need to be implemented. Open an issue if you know a use-case where this restrition should be lifted!
Safety
You cannot rely on any safety guarantees from this.