pub unsafe trait NSViewContentSelectionInfo: NSObjectProtocol {
// Provided method
unsafe fn selectionAnchorRect(&self) -> NSRect
where Self: Sized + Message { ... }
}
Available on crate feature
NSView
only.Expand description
A protocol to request information from NSView subclasses about the selected content in the view.
See also Apple’s documentation