risingwave_meta::model::stream

Type Alias ActorUpstreams

source
pub type ActorUpstreams = BTreeMap<FragmentId, HashSet<ActorId>>;

Aliased Typeยง

struct ActorUpstreams { /* private fields */ }