Skip to main content

hara_native/lang/protocol/
imutable.rs

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