pub unsafe trait MTLFunctionLogDebugLocation: NSObjectProtocol {
// Provided methods
fn functionName(&self) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
fn URL(&self) -> Option<Retained<NSURL>>
where Self: Sized + Message { ... }
fn line(&self) -> NSUInteger
where Self: Sized + Message { ... }
fn column(&self) -> NSUInteger
where Self: Sized + Message { ... }
}Available on crate feature
MTLFunctionLog only.