Skip to main content

rsip/headers/untyped/
supported.rs

1use rsip_derives::UntypedHeader;
2
3/// The `Supported` header in its [untyped](super) form.
4#[derive(UntypedHeader, Debug, PartialEq, Eq, Clone)]
5pub struct Supported(String);