pub trait ObjectManager {
    fn get_managed_objects(
        &self
    ) -> MethodReply<HashMap<Path<'static>, HashMap<String, PropMap>>> ; }

Required Methods§

Implementors§