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