Trait objc2_foundation::NSStreamDelegate
source · pub unsafe trait NSStreamDelegate: NSObjectProtocol {
// Provided method
unsafe fn stream_handleEvent(
&self,
a_stream: &NSStream,
event_code: NSStreamEvent
)
where Self: Sized + Message { ... }
}
Available on crate feature
NSStream
only.