pub unsafe trait ObjectBase: IsA<Object> + ObjectType {
    fn parent_constructed(&self) { ... }
}

Provided Methods

Implementors