StreamNodeLocalOperatorId

Type Alias StreamNodeLocalOperatorId 

Source
pub type StreamNodeLocalOperatorId = TypedId<{ _ }, u64>;

Aliased Type§

#[repr(transparent)]
pub struct StreamNodeLocalOperatorId(pub(crate) u64);

Tuple Fields§

§0: u64

Trait Implementations§

Source§

impl From<TypedId<{ $type_id }, u32>> for StreamNodeLocalOperatorId

Source§

fn from(value: LocalOperatorId) -> Self

Converts to this type from the input type.
Source§

impl UniqueTypedIdDeclaration for StreamNodeLocalOperatorId