Trait miri::concurrency::sync::SyncId
source · pub trait SyncId {
// Required methods
fn from_u32(id: u32) -> Self;
fn to_u32(&self) -> u32;
}
Required Methods§
Object Safety§
This trait is not object safe.