Type Alias PostOp

Source
pub type PostOp = Vec<(Id, Scalar)>;
Expand description

A POST handler.

Aliased Typeยง

pub struct PostOp { /* private fields */ }