Trait square::ViewGroup [] [src]

pub trait ViewGroup: ObjCObject {
    fn add<T: View>(&mut self, view: T) { ... }
}

Provided Methods

Implementors