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

Required Methods

Implementors