Type Definition kube_runtime::watcher::Result

source · []
pub type Result<T, E = Error> = Result<T, E>;