CopyInterceptor

Type Alias CopyInterceptor 

Source
pub type CopyInterceptor = Arc<dyn Fn(&str, &str, OpCopy) -> Option<Result<RpCopy>> + Send + Sync>;

Aliased Typeยง

pub struct CopyInterceptor { /* private fields */ }