pub trait KeywordEncodable {
// Required method
fn to_str(self) -> &'static str;
}Expand description
Keywords that can be encoded (written) into a (being-built) network document
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".