[][src]Type Definition etcd_rs::Result

type Result<T> = Result<T, Box<dyn Error + Send + Sync + 'static>>;