Skip to main content

transform

Function transform 

Source
pub fn transform<S>(
    template: &Template<'_, '_>,
    ctx: S,
    output: &OutputFormat,
) -> Result<Output, OperationOutcomeError>
where S: Serialize,