Searched refs:assert_impl (Results 1 – 3 of 3) sorted by relevance
7 macro_rules! assert_impl { macro44 assert_impl!(Delimiter is Send and Sync);45 assert_impl!(Spacing is Send and Sync);47 assert_impl!(Group is not Send or Sync);48 assert_impl!(Ident is not Send or Sync);49 assert_impl!(LexError is not Send or Sync);50 assert_impl!(Literal is not Send or Sync);51 assert_impl!(Punct is not Send or Sync);52 assert_impl!(Span is not Send or Sync);53 assert_impl!(TokenStream is not Send or Sync);[all …]
32 - **[breaking]** `assert_impl!` macro48 - Aliased `assert_impl!` to `assert_impl_all!` and deprecated `assert_impl!`51 - `assert_impl_all!` as replacement to `assert_impl!`117 - Allow more generics flexibility in `assert_impl`128 - Added `assert_impl` macro to ensure a type implements a given set of traits
93 mod assert_impl; module