Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dtoken.rs91 use self::private::WithSpan;
145 pub struct WithSpan { struct
346 type Target = WithSpan;
349 unsafe { &*(self as *const Self as *const WithSpan) }
355 unsafe { &mut *(self as *mut Self as *mut WithSpan) }