Trait rs_es::units::JsonPotential [] [src]

pub trait JsonPotential {
    fn to_json_val(&self) -> JsonVal;
}

A trait for types that can become JsonVals

Required Methods

Implementors