pub type GraphStream<S = State> = Receiver<GraphEvent<S>>;
Graph 事件通道类型别名
pub struct GraphStream<S = State> { /* private fields */ }