[][src]Trait polyhorn_ios::raw::Apply

pub trait Apply<T> {
    fn apply(&self, to: &mut T);
}

This trait is implemented for every style that can be applied to an instance of UIView.

Required methods

fn apply(&self, to: &mut T)

Applies this style to the given view.

Loading content...

Implementors

impl Apply<PLYScrollView> for ScrollableStyle[src]

impl Apply<PLYView> for ViewStyle[src]

Loading content...