StreamNamePrefix

Type Alias StreamNamePrefix 

Source
pub type StreamNamePrefix = StreamNameStr<PrefixProps>;

Aliased Type§

pub struct StreamNamePrefix(/* private fields */);

Trait Implementations§

Source§

impl Default for StreamNamePrefix

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl From<StreamNameStr<NameProps>> for StreamNamePrefix

Source§

fn from(value: StreamName) -> Self

Converts to this type from the input type.