Response

Type Alias Response 

Source
pub type Response = Response200;

Aliased Type§

pub struct Response {
    pub fingerprints: IndexMap<CompactString, CompactString>,
}

Fields§

§fingerprints: IndexMap<CompactString, CompactString>