pub fn stratify<T, R, F>(
graph: &Graph,
source: &Node<T>,
rules: Vec<StratifyRule<R>>,
classifier: F,
opts: StratifyOptions,
) -> Stratified<T, R>Expand description
Creates or computes stratify.
pub fn stratify<T, R, F>(
graph: &Graph,
source: &Node<T>,
rules: Vec<StratifyRule<R>>,
classifier: F,
opts: StratifyOptions,
) -> Stratified<T, R>Creates or computes stratify.