pub type TransformInputParameters = HashMap<String, DataBuffer>;Expand description
Represents the input parameters for a transform operation, derived from the transforms TransformParameterInfos.
Aliased Typeยง
pub struct TransformInputParameters { /* private fields */ }