Skip to main content

cycle_packet_write_cache

Function cycle_packet_write_cache 

Source
pub fn cycle_packet_write_cache<T>(
    root: &Path,
    kind: CyclePacketKind,
    key: &str,
    value: &T,
)
where T: Serialize,