Skip to main content

ToK8sService

Trait ToK8sService 

pub trait ToK8sService: Sealed { }
Available on crate feature http only.
Expand description

Utility internal trait to create service endpoints for the different checks

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

§

impl ToK8sService for ()

Implementors§

§

impl<F> ToK8sService for F
where F: Fn() -> bool + Clone + Send + Sync + 'static,