Home
last modified time | relevance | path

Searched refs:WithSpan (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dtoken.rs95 use self::private::WithSpan;
149 pub struct WithSpan { struct
308 type Target = WithSpan;
311 unsafe { &*(self as *const Self).cast::<WithSpan>() }
317 unsafe { &mut *(self as *mut Self).cast::<WithSpan>() }