Type Definition k8_metadata_client::TokenStreamResult[][src]

pub type TokenStreamResult<S, E> = Result<Vec<Result<K8Watch<S>, E>>, E>;