SourceId

Type Alias SourceId 

Source
pub type SourceId = TypedId<9>;

Aliased Type§

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

Tuple Fields§

§0: u32

Implementations§

Trait Implementations§

Source§

impl From<OptionalAssociatedSourceId> for SourceId

Source§

fn from(value: OptionalAssociatedSourceId) -> Self

Converts to this type from the input type.