Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dtoken.rs93 use self::private::WithSpan;
151 pub struct WithSpan { in display() structure names
352 type Target = WithSpan;
355 unsafe { &*(self as *const Self).cast::<WithSpan>() } in deref()
361 unsafe { &mut *(self as *mut Self).cast::<WithSpan>() } in deref_mut()

Completed in 3 milliseconds