pub type ProxyReResult<T> = Result<T, ProxyReError>;Expand description
Result type for proxy re-encryption operations.
Aliased Type§
pub enum ProxyReResult<T> {
Ok(T),
Err(ProxyReError),
}pub type ProxyReResult<T> = Result<T, ProxyReError>;Result type for proxy re-encryption operations.
pub enum ProxyReResult<T> {
Ok(T),
Err(ProxyReError),
}