pub trait StreamName {
    // Required method
    fn into_stream_name(self) -> Bytes;
}

Required Methods§

Implementations on Foreign Types§

source§

impl StreamName for String

source§

impl StreamName for Bytes

source§

impl<'a> StreamName for &'a str

Implementors§