pub type StreamResourceSet = ResourceSet<StreamName, StreamNamePrefix>;Aliased Type§
pub enum StreamResourceSet {
None,
Exact(StreamNameStr<NameProps>),
Prefix(StreamNameStr<PrefixProps>),
}pub type StreamResourceSet = ResourceSet<StreamName, StreamNamePrefix>;pub enum StreamResourceSet {
None,
Exact(StreamNameStr<NameProps>),
Prefix(StreamNameStr<PrefixProps>),
}