macro_rules! assert_obj_safe {
($($xs:path),+ $(,)?) => { ... };
}
Expand description
Asserts that the traits support dynamic dispatch.
From https://docs.rs/static_assertions/1.1.0/src/static_assertions/assert_obj_safe.rs.html#72-76
macro_rules! assert_obj_safe {
($($xs:path),+ $(,)?) => { ... };
}
Asserts that the traits support dynamic dispatch.
From https://docs.rs/static_assertions/1.1.0/src/static_assertions/assert_obj_safe.rs.html#72-76