Trait miri::SyncId

source ·
pub trait SyncId {
    fn from_u32(id: u32) -> Self;
    fn to_u32(&self) -> u32;
}

Required Methods§

Implementors§