cache_from_serialized

Function cache_from_serialized 

Source
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.