pub type MetaTransform = Box<dyn Fn(&mut (dyn AssetMetaDyn + 'static)) + Send + Sync>;

Aliased Type§

struct MetaTransform(/* private fields */);