pub trait FnSeed<V>: for<'de> Fn(&mut dyn Deserializer<'de>) -> Result<V, Error> { }Expand description
A trait alias for (immutable) closures that can be used as
DeserializeSeed in combination with BoxFnSeed.
pub trait FnSeed<V>: for<'de> Fn(&mut dyn Deserializer<'de>) -> Result<V, Error> { }A trait alias for (immutable) closures that can be used as
DeserializeSeed in combination with BoxFnSeed.