pub type ContentType = RegisteredLabel<CoapContentFormat>;
Expand description
Content type.
Aliased Type§
pub enum ContentType {
Assigned(CoapContentFormat),
Text(String),
}
pub type ContentType = RegisteredLabel<CoapContentFormat>;
Content type.
pub enum ContentType {
Assigned(CoapContentFormat),
Text(String),
}