pub fn create_metadata_stream<'a>(
ep: &'a TestFakeEndpoint<'a>,
) -> impl Stream<Item = Result<FrameMetadata>> + 'a
Expand description
Creates a fake endpoint that extracts FrameMetadata
from exchanged
frames in network
.
pub fn create_metadata_stream<'a>(
ep: &'a TestFakeEndpoint<'a>,
) -> impl Stream<Item = Result<FrameMetadata>> + 'a
Creates a fake endpoint that extracts FrameMetadata
from exchanged
frames in network
.