1 2 3 4 5 6
#[derive(Default)] pub struct ArtifactExtractOptions<'a> { pub name: &'a str, pub digest: Option<&'a str>, pub title: Option<&'a str>, }