pub type ResourceAddCollectionContextCallback<'a> = Box<dyn Fn(&PythonPackagingPolicy, &PythonResource<'_>, &mut PythonResourceAddCollectionContext) -> Result<()> + 'a>;
Expand description
A callable that can influence PythonResourceAddCollectionContext.
Aliased Typeยง
pub struct ResourceAddCollectionContextCallback<'a>(/* private fields */);