pub type PbBound = Bound;
Alias for Bound.
Bound
struct PbBound { pub type: i32, pub offset: Option<Offset>, }
type: i32
offset: Option<Offset>