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