Function generate_path

Source
pub fn generate_path<T>(
    parameters: &T,
    schema: &Schema,
) -> Result<String, StructPathError>
where T: Serialize,
Expand description

Generate a string url path given parameters and a Schema