pub trait MetadataStreamName {
    // Required method
    fn into_metadata_stream_name(self) -> Bytes;
}

Required Methods§

Implementations on Foreign Types§

source§

impl MetadataStreamName for String

source§

impl MetadataStreamName for Bytes

source§

impl<'a> MetadataStreamName for &'a str

Implementors§