pub type PbActorInfo = ActorInfo;Aliased Type§
pub struct PbActorInfo {
pub actor_id: TypedId<5, u32>,
pub host: Option<HostAddress>,
pub partial_graph_id: TypedId<3, u64>,
}Fields§
§actor_id: TypedId<5, u32>§host: Option<HostAddress>§partial_graph_id: TypedId<3, u64>