Skip to main content

hara_native/lang/protocol/
ipersistent.rs

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