Add Clone for PegAddress

master
D4VID 1 month ago
parent 5c4ba46324
commit 77ff0310b4

@ -68,7 +68,7 @@ pub struct ComponentIdMap {
pub text_id: String,
}
#[derive(BinarySerializable)]
#[derive(BinarySerializable, Clone)]
pub struct PegAddress {
peg_type: PegType,
component_address: ComponentAddress,

Loading…
Cancel
Save