Expose Codec via an unstable flag (#49)
Exposes `Codec` using an unstable flag. This is useful for testing.
This commit is contained in:
@@ -3,6 +3,7 @@ use bytes::{BufMut, Bytes, Buf};
|
||||
|
||||
use std::fmt;
|
||||
|
||||
#[derive(Eq, PartialEq)]
|
||||
pub struct Data<T = Bytes> {
|
||||
stream_id: StreamId,
|
||||
data: T,
|
||||
|
||||
Reference in New Issue
Block a user