pub struct CryptParamsReencryptRef<'a> {
pub inner: crypt_params_reencrypt,
/* private fields */
}Expand description
A struct representing a reference with a lifetime to a CryptParamsReencrypt
struct
Fields§
§inner: crypt_params_reencryptTrait Implementations§
source§impl<'a> TryInto<CryptParamsReencryptRef<'a>> for &'a CryptParamsReencrypt
impl<'a> TryInto<CryptParamsReencryptRef<'a>> for &'a CryptParamsReencrypt
§type Error = LibcryptErr
type Error = LibcryptErr
The type returned in the event of a conversion error.