risingwave_pb::meta

Type Alias PbObject

source
pub type PbObject = Object;
Expand description

Alias for Object.

Aliased Type§

struct PbObject {
    pub object_info: Option<ObjectInfo>,
}

Fields§

§object_info: Option<ObjectInfo>