pub type DynDeserializer<O> = Box<dyn Fn(&Value) -> Result<O> + 'static>;
pub struct DynDeserializer<O>(/* private fields */);