[][src]Trait goko::plugins::NodePlugin

pub trait NodePlugin<D: PointCloud>: Send + Sync + Debug { }

Mockup for the plugin interface attached to the node. These are meant to be functions that Goko uses to maintain the plugin.

Implementors

impl<D: PointCloud + LabeledCloud> NodePlugin<D> for NodeLabelSummary<D::LabelSummary>[src]

impl<D: PointCloud + MetaCloud> NodePlugin<D> for NodeMetaSummary<D::MetaSummary>[src]

impl<D: PointCloud> NodePlugin<D> for Categorical[src]

impl<D: PointCloud> NodePlugin<D> for Dirichlet[src]

impl<D: PointCloud> NodePlugin<D> for DiagGaussian[src]

impl<D: PointCloud> NodePlugin<D> for CoverageIndexes[src]

Loading content...