pub type StreamNamePrefix = StreamNameStr<PrefixProps>;Aliased Type§
pub struct StreamNamePrefix(/* private fields */);Trait Implementations§
Source§impl Default for StreamNamePrefix
impl Default for StreamNamePrefix
Source§impl From<StreamNameStr<NameProps>> for StreamNamePrefix
impl From<StreamNameStr<NameProps>> for StreamNamePrefix
Source§fn from(value: StreamName) -> Self
fn from(value: StreamName) -> Self
Converts to this type from the input type.