Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
use frame::*;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct Priority {
|
||||
stream_id: StreamId,
|
||||
dependency: StreamDependency,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct StreamDependency {
|
||||
/// The ID of the stream dependency target
|
||||
dependency_id: StreamId,
|
||||
|
||||
Reference in New Issue
Block a user