Closed bytedream closed 6 months ago
The type of SSA::synch_point is Option<f32>, but it actually must be Option<String>
SSA::synch_point
Option<f32>
Option<String>
The type of
SSA::synch_point
isOption<f32>
, but it actually must beOption<String>