Trait wplot::ChangeInterface
source · [−]pub trait ChangeInterface where
Self: Debug, {
fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C
where
Self: Sized + 'static,
{ ... }
}Expand description
Context.
