pub trait ListableResource: Resource {
const LIST_KIND: &'static str;
}Expand description
A trait applied to all Kubernetes resources that can be part of a corresponding list.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".