Trait objc2_foundation::INSValue[][src]

pub trait INSValue: INSObject {
    type Value: 'static + Copy + Encode;
    fn value(&self) -> Self::Value { ... }
fn encoding(&self) -> &str { ... }
fn from_value(value: Self::Value) -> Id<Self, Owned> { ... } }

Associated Types

Provided methods

Implementors