Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1639 pub(super) trait TestAsBytes<T: ?Sized> { in test_impls() interface
1644 impl<T: IntoBytes + Immutable + ?Sized> TestAsBytes<T> for AutorefWrapper<T> { in test_impls()