pub type WSGraph<T> = GenericGraph<T, WSContainer<T>>;
Expand description