Skip to main content

MetadataStreamName

Trait MetadataStreamName 

Source
pub trait MetadataStreamName {
    // Required method
    fn into_metadata_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 MetadataStreamName for &str

Source§

impl MetadataStreamName for Bytes

Source§

impl MetadataStreamName for String

Implementors§