Skip to main content

StreamName

Trait StreamName 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl StreamName for &str

Source§

impl StreamName for String

Source§

impl StreamName for Bytes

Implementors§