pub trait TestWidgetExt<T>: Widget<T> + Sized + 'staticwhere
T: Data,{
// Provided method
fn record(self, recording: &Recording) -> Recorder<Self> { ... }
}
Expand description
like WidgetExt but just for this one thing
pub trait TestWidgetExt<T>: Widget<T> + Sized + 'staticwhere
T: Data,{
// Provided method
fn record(self, recording: &Recording) -> Recorder<Self> { ... }
}
like WidgetExt but just for this one thing