Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dutil.rs12 pub struct CallbackState<F> { struct
20 impl<F> CallbackState<F> { argument
29 impl<F> Drop for CallbackState<F> { implementation