etcd::EtcdResult [] [src]

type EtcdResult<T> = Result<T, Error>;

A generic result type returned by non-key space Client methods.