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>