[][src]Trait atk::RegistryExt

pub trait RegistryExt: 'static {
    fn get_factory(&self, type_: Type) -> Option<ObjectFactory>;
fn get_factory_type(&self, type_: Type) -> Type;
fn set_factory_type(&self, type_: Type, factory_type: Type); }

Required methods

fn get_factory(&self, type_: Type) -> Option<ObjectFactory>

fn get_factory_type(&self, type_: Type) -> Type

fn set_factory_type(&self, type_: Type, factory_type: Type)

Loading content...

Implementors

impl<O: IsA<Registry>> RegistryExt for O[src]

Loading content...