Trait ToStatic
pub trait ToStatic {
type Owned: 'static;
// Required method
fn to_static(&self) -> Self::Owned;
}Available on (crate features
rustls or boring or acme) and crate feature rustls only.Expand description
Common trait for objects that can be transformed to a 'static version of self