Skip to main content

StreamName

Trait StreamName 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl StreamName for &str

Source§

impl StreamName for Bytes

Source§

impl StreamName for String

Implementors§