ContentType

Type Alias ContentType 

Source
pub type ContentType = RegisteredLabel<CoapContentFormat>;
Expand description

Content type.

Aliased Type§

pub enum ContentType {
    Assigned(CoapContentFormat),
    Text(String),
}

Variants§