as_nsstring

Function as_nsstring 

Source
pub fn as_nsstring<'a>(property: &'a mut Property<'a, 'a>) -> Option<&'a str>
Expand description

Converts a Property to an Option<&str> if it is a NSString or similar structure.