Type Definition objc_sys::SEL

source · []
pub type SEL = *const objc_selector;
Expand description

An immutable pointer to a selector.

Type alias provided for convenience. See objc2::runtime::Sel for a higher level binding.