redgold-schema 0.1.48

Decentralized Portfolio Contracts & Data Lake
Documentation
1
2
3
4
5
6
use crate::structs::UdpMessage;
use crate::HashClear;

impl HashClear for UdpMessage {
    fn hash_clear(&mut self) {}
}