mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-22 07:10:59 +00:00
implement missing traits
This commit is contained in:
parent
ca3ba476c3
commit
15cc360a2c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use crate::{Error, RequiredVersion};
|
|||
|
||||
/// The [`ExtXDateRange`] tag associates a date range (i.e., a range of time
|
||||
/// defined by a starting and ending date) with a set of attribute/value pairs.
|
||||
#[derive(ShortHand, Builder, Debug, Clone, PartialEq, PartialOrd)]
|
||||
#[derive(ShortHand, Builder, Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
||||
#[builder(setter(into))]
|
||||
#[shorthand(enable(must_use, into))]
|
||||
pub struct ExtXDateRange {
|
||||
|
|
Loading…
Reference in a new issue