pub trait Artifact:
Debug
+ Send
+ Sync
+ Serialize
+ Deserialize {
// Required method
fn get_id(&self) -> String;
}
Expand description
Artifact is a trait for types that represent signed artifacts
pub trait Artifact:
Debug
+ Send
+ Sync
+ Serialize
+ Deserialize {
// Required method
fn get_id(&self) -> String;
}
Artifact is a trait for types that represent signed artifacts