Skip to main content

response_shape

Function response_shape 

Source
pub fn response_shape(
    ty: &str,
    types: &BTreeMap<String, RecordType>,
) -> Result<ResponseShape, UnsupportedResponseType>
Expand description

Work out how to request ty, resolving record types against types.