pub type SourceId = TypedId<9>;Aliased Type§
#[repr(transparent)]pub struct SourceId(pub(crate) u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl From<OptionalAssociatedSourceId> for SourceId
impl From<OptionalAssociatedSourceId> for SourceId
Source§fn from(value: OptionalAssociatedSourceId) -> Self
fn from(value: OptionalAssociatedSourceId) -> Self
Converts to this type from the input type.