Skip to main content

rust_macios/objective_c_runtime/
globals.rs

1use super::id;
2
3/// Defines the id of a null instance.
4#[allow(non_upper_case_globals)]
5pub const nil: id = 0 as id;