Skip to main content

GraphStream

Type Alias GraphStream 

Source
pub type GraphStream<S = State> = Receiver<GraphEvent<S>>;
Expand description

Graph 事件通道类型别名

Aliased Type§

pub struct GraphStream<S = State> { /* private fields */ }