Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1593 pub(super) trait TestTryFromRef<T: ?Sized> { in test_impls() interface
1601 … impl<T: TryFromBytes + Immutable + KnownLayout + ?Sized> TestTryFromRef<T> for AutorefWrapper<T> { in test_impls()