pub type LocalOperatorId = TypedId<{ _ }, u32>;Aliased Type§
#[repr(transparent)]pub struct LocalOperatorId(pub(crate) u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl From<TypedId<{ $type_id }, u64>> for LocalOperatorId
impl From<TypedId<{ $type_id }, u64>> for LocalOperatorId
Source§fn from(value: StreamNodeLocalOperatorId) -> Self
fn from(value: StreamNodeLocalOperatorId) -> Self
Converts to this type from the input type.