pub unsafe trait NSStreamDelegate: NSObjectProtocol {
// Provided method
fn stream_handleEvent(&self, a_stream: &NSStream, event_code: NSStreamEvent)
where Self: Sized + Message { ... }
}Available on crate feature
NSStream only.Expand description
Provided Methods§
fn stream_handleEvent(&self, a_stream: &NSStream, event_code: NSStreamEvent)
Trait Implementations§
impl<T> ImplementedBy<T> for dyn NSStreamDelegate
Source§impl ProtocolType for dyn NSStreamDelegate
impl ProtocolType for dyn NSStreamDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".