pub trait Introspectable {
    fn introspect(&self) -> MethodReply<String>Notable traits for MethodReply<T>impl<T> Future for MethodReply<T>    type Output = Result<T, Error>;;
}

Required Methods

Implementors