1use hara_protocol_macros::hara_protocol; 2 3#[hara_protocol(namespace = "std.protocol.ipersistent", name = "IPersistent")] 4pub trait IPersistent {}