pub unsafe trait NSScrubberFlowLayoutDelegate: NSScrubberDelegate {
// Provided method
fn scrubber_layout_sizeForItemAtIndex(
&self,
scrubber: &NSScrubber,
layout: &NSScrubberFlowLayout,
item_index: NSInteger,
) -> NSSize
where Self: Sized + Message { ... }
}Available on crate features
NSScrubber and NSScrubberLayout only.Expand description
Provided Methods§
fn scrubber_layout_sizeForItemAtIndex( &self, scrubber: &NSScrubber, layout: &NSScrubberFlowLayout, item_index: NSInteger, ) -> NSSize
Available on crate features
NSResponder and NSView only.Trait Implementations§
Source§impl ProtocolType for dyn NSScrubberFlowLayoutDelegate
impl ProtocolType for dyn NSScrubberFlowLayoutDelegate
impl<T> ImplementedBy<T> for dyn NSScrubberFlowLayoutDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".