Trait depends::GraphCreate

source ·
pub trait GraphCreate {
    type Graph<R>;
}
Available on crate feature graphviz only.
Expand description

Convenience so that types which derive Graph can be easily accessed.

Required Associated Types§

source

type Graph<R>

Object Safety§

This trait is not object safe.

Implementors§