Trait substrate::simulation::data::SaveTb
source · pub trait SaveTb<S: Simulator, A: Analysis, T: FromSaved<S, A>>: ExportsNestedData {
// Required method
fn save_tb(
ctx: &SimulationContext<S>,
cell: &Cell<Self>,
opts: &mut <S as Simulator>::Options
) -> <T as FromSaved<S, A>>::SavedKey;
}
Expand description
A testbench that can save data of type T
.
Required Methods§
Object Safety§
This trait is not object safe.