pub type GetTransform = Box<dyn Fn(&str) -> Result<Option<Box<dyn ModelTransform>>, Error> + Sync + Send>;
struct GetTransform(/* private fields */);