Trait rtsp_types::headers::TypedAppendableHeader[][src]

pub trait TypedAppendableHeader: TypedHeader {
    fn append_to(&self, headers: impl AsMut<Headers>);
}
Expand description

Trait for typed headers that can be appended.

Required methods

Appends the header to headers.

Implementors