[][src]Trait uikit_sys::IUIViewPrintFormatter

pub trait IUIViewPrintFormatter: Sized + Deref {
    unsafe fn view(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn view(self) -> UIView where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIViewPrintFormatter for UIViewPrintFormatter[src]

Loading content...