Type Alias streambed::commit_log::Topic
source · pub type Topic = SmolStr;Expand description
A topic to subscribe to or has been subscribed to. Topics
may be namespaced by prefixing with characters followed by
a :. For example, “my-ns:my-topic”. In the absence of
a namespace, the server will assume a default namespace.
Aliased Type§
struct Topic(/* private fields */);