jpostcode_rs

Trait ToJson

Source
pub trait ToJson {
    // Required method
    fn to_json(&self) -> Result<String, Error>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToJson for Vec<Address>

Implementors§