pub type PbSessionFrameBounds = SessionFrameBounds;
Expand description
Alias for SessionFrameBounds
.
Aliased Type§
struct PbSessionFrameBounds {
pub gap: Option<Datum>,
pub order_data_type: Option<DataType>,
pub order_type: Option<OrderType>,
pub gap_data_type: Option<DataType>,
}
Fields§
§gap: Option<Datum>
§order_data_type: Option<DataType>
§order_type: Option<OrderType>
§gap_data_type: Option<DataType>