pub trait TruthValue {
// Required methods
fn mean(&self) -> Strength;
fn confidence(&self) -> Confidence;
fn count(&self) -> Count;
}
pub trait TruthValue {
// Required methods
fn mean(&self) -> Strength;
fn confidence(&self) -> Confidence;
fn count(&self) -> Count;
}