summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/op_state_with_transforms.rs
blob: 4e7e616f3d069a296d017e6bcabbe255d0679a9f (plain)
1
2
3
4
5
pub fn op_now<TP>(state: &mut OpState, buf: &mut [u8])
where
  TP: TimersPermission + 'static,
{
}