1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-25 03:38:21 +00:00

improve VariantStream

This commit is contained in:
Luro02 2020-03-17 15:54:53 +01:00
parent 78edff9341
commit 025add6dc3
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF

View file

@ -377,6 +377,10 @@ impl Deref for VariantStream {
}
}
impl PartialEq<&VariantStream> for VariantStream {
fn eq(&self, other: &&Self) -> bool { self.eq(*other) }
}
#[cfg(test)]
mod tests {
use super::*;