Closed taku-y closed 8 months ago
In the current implementation, one of the input arguments Recorder is a concrete type. It should be replaced with a trait object implementing Recorder. This change allows to change the concrete type of Recorder at runtime.
Recorder
In the current implementation, one of the input arguments
Recorder
is a concrete type. It should be replaced with a trait object implementingRecorder
. This change allows to change the concrete type ofRecorder
at runtime.