Type Alias PbObject

Source
pub type PbObject = Object;

Aliased Type§

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

Fields§

§object_info: Option<ObjectInfo>