Home
last modified time | relevance | path

Searched defs:IntoAdapter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs71 pub(crate) trait IntoAdapter<A> { interface
300 impl<C: CryptoProvider> IntoAdapter<GenericPublicKey<C>> for securemessage::GenericPublicKey { impl