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
pub trait KeywordEncodable {
// Required method
fn to_str(self) -> &'static str;
}Keywords that can be encoded (written) into a (being-built) network document