Skip to main content

DescribeSink

Type Alias DescribeSink 

Source
pub type DescribeSink = Arc<dyn Fn(&GraphDescribeOutput) + Send + Sync>;
Expand description

Sink type for reactive describe — receives a fresh GraphDescribeOutput on every namespace change.

Aliased Type§

pub struct DescribeSink { /* private fields */ }