Type Definition pyoxidizerlib::py_packaging::binary::ResourceAddCollectionContextCallback[][src]

type ResourceAddCollectionContextCallback<'a> = Box<dyn Fn(&PythonPackagingPolicy, &PythonResource<'_>, &mut PythonResourceAddCollectionContext) -> Result<()> + 'a>;

A callable that can influence PythonResourceAddCollectionContext.