aws_
lc_
rs
1.13.3
EVP_
PKEY_
CTX_
consumer
Implementors
In aws_
lc_
rs::
evp_
pkey
aws_lc_rs
::
evp_pkey
Trait
EVP_PKEY_CTX_consumer
Copy item path
Source
pub(crate) trait EVP_PKEY_CTX_consumer:
Fn
(
*mut
EVP_PKEY_CTX
) ->
Result
<
()
,
()
> { }
Implementors
§
Source
§
impl<T>
EVP_PKEY_CTX_consumer
for T
where T:
Fn
(
*mut
EVP_PKEY_CTX
) ->
Result
<
()
,
()
>,