pub fn deserialize<'de, D, F, T>(
deserializer: D,
listener: F,
) -> Result<T, D::Error>
Expand description
Entry point.
The listener will be called on every referenced file read along with the result of the read.
See crate documentation for an example.