pub trait TDStatisticalGraph: Debug + RObject { }
Expand description

Describes a statistical graph

Implementations on Foreign Types§

source§

impl<'a, STATISTICALGRAPH: TDStatisticalGraph> TDStatisticalGraph for &'a mut STATISTICALGRAPH

source§

impl<'a, STATISTICALGRAPH: TDStatisticalGraph> TDStatisticalGraph for &'a STATISTICALGRAPH

Implementors§