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