1
2
3
pub(crate) trait JsonAbiString {
    fn json_abi_str(&self) -> String;
}