Type Alias PbBound

Source
pub type PbBound = Bound;
Expand description

Alias for Bound.

Aliased Type§

struct PbBound {
    pub type: i32,
    pub offset: Option<Offset>,
}

Fields§

§type: i32§offset: Option<Offset>