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