[−][src]Trait polyhorn_android::raw::Container
Concrete implementation of an Android-specific container.
Required methods
fn mount(&mut self, child: &mut OpaqueContainer, environment: &mut Environment)
This function should mount the given child container onto this container.
fn unmount(&mut self)
This function should unmount this container from its parent container.