pub trait ChangeInterfacewhere
Self: Debug,{
// Provided method
fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C
where Self: Sized + 'static { ... }
}
Expand description
Context.
pub trait ChangeInterfacewhere
Self: Debug,{
// Provided method
fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C
where Self: Sized + 'static { ... }
}
Context.