Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1629 pub(super) trait TestTryReadFrom<T> { in test_impls() interface
1633 impl<T: TryFromBytes> TestTryReadFrom<T> for AutorefWrapper<T> { in test_impls()