Skip to main content

InlinedEmbedContentRequests

Type Alias InlinedEmbedContentRequests 

Source
pub type InlinedEmbedContentRequests = InlinedEmbedRequests;

Aliased Type§

pub struct InlinedEmbedContentRequests {
    pub requests: Vec<InlinedEmbedRequest>,
    pub rest: Map<String, Value>,
}

Fields§

§requests: Vec<InlinedEmbedRequest>§rest: Map<String, Value>