Trait TDStatisticalGraph

Source
pub trait TDStatisticalGraph: Debug + RObject { }
Expand description

Describes a statistical graph

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§