pub fn cache_from_serialized(
snapshot: &SerializedQuerySnapshot,
) -> Option<OpResult>Expand description
Converts a serialized query snapshot (e.g. produced on the server) into an initial cache entry.
pub fn cache_from_serialized(
snapshot: &SerializedQuerySnapshot,
) -> Option<OpResult>Converts a serialized query snapshot (e.g. produced on the server) into an initial cache entry.