Trait objc2_web_kit::WebDocumentRepresentation
source ยท pub unsafe trait WebDocumentRepresentation: NSObjectProtocol {
// Provided methods
unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
where Self: Sized + Message { ... }
unsafe fn receivedData_withDataSource(
&self,
data: Option<&NSData>,
data_source: Option<&WebDataSource>
)
where Self: Sized + Message { ... }
unsafe fn receivedError_withDataSource(
&self,
error: Option<&NSError>,
data_source: Option<&WebDataSource>
)
where Self: Sized + Message { ... }
unsafe fn finishedLoadingWithDataSource(
&self,
data_source: Option<&WebDataSource>
)
where Self: Sized + Message { ... }
unsafe fn canProvideDocumentSource(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn documentSource(&self) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
unsafe fn title(&self) -> Option<Retained<NSString>>
where Self: Sized + Message { ... }
}
๐Deprecated
Available on crate feature
WebDocument
only.Provided Methodsยง
unsafe fn setDataSource(&self, data_source: Option<&WebDataSource>)
๐Deprecated
Available on crate feature
WebDataSource
only.unsafe fn receivedData_withDataSource( &self, data: Option<&NSData>, data_source: Option<&WebDataSource> )
๐Deprecated
Available on crate feature
WebDataSource
only.unsafe fn receivedError_withDataSource( &self, error: Option<&NSError>, data_source: Option<&WebDataSource> )
๐Deprecated
Available on crate feature
WebDataSource
only.unsafe fn finishedLoadingWithDataSource( &self, data_source: Option<&WebDataSource> )
๐Deprecated
Available on crate feature
WebDataSource
only.unsafe fn canProvideDocumentSource(&self) -> bool
๐Deprecated
unsafe fn documentSource(&self) -> Option<Retained<NSString>>
๐Deprecated
unsafe fn title(&self) -> Option<Retained<NSString>>
๐Deprecated