pub trait ObjectManager {
    fn get_managed_objects(
        &self
    ) -> MethodReply<HashMap<Path<'static>, HashMap<String, PropMap>>>Notable traits for MethodReply<T>impl<T> Future for MethodReply<T> type Output = Result<T, Error>;; }

Required Methods

Implementors