pub type PbInputRef = InputRef;
Alias for InputRef.
InputRef
struct PbInputRef { pub index: u32, pub type: Option<DataType>, }
index: u32
type: Option<DataType>