LocalOperatorId

Type Alias LocalOperatorId 

Source
pub type LocalOperatorId = TypedId<{ _ }, u32>;

Aliased Type§

#[repr(transparent)]
pub struct LocalOperatorId(pub(crate) u32);

Tuple Fields§

§0: u32

Trait Implementations§

Source§

impl From<TypedId<{ $type_id }, u64>> for LocalOperatorId

Source§

fn from(value: StreamNodeLocalOperatorId) -> Self

Converts to this type from the input type.
Source§

impl UniqueTypedIdDeclaration for LocalOperatorId