luminos-contracts 0.1.1

luminos Contracts
Documentation
1
2
3
4
pub trait JsonSerializable {
    type Value;
    fn json_serialize(&self) -> Self::Value;
}