fn convert()

in confidence/src/conversion_trait.rs [41:44]


  fn convert(self) -> Value;
}

impl ToSerdeValueConverter for ConfidenceValue {