Skip to main content

DecryptFn

Type Alias DecryptFn 

Source
pub type DecryptFn = fn(&[u8], &Arc<KeyStore>) -> Result<Box<dyn Any + Send + Sync>>;
Expand description

Function pointer stored in the registry.