Skip to main content

IntoResponseSnapshot

Trait IntoResponseSnapshot 

Source
pub trait IntoResponseSnapshot {
    // Required method
    fn into_snapshot(self) -> ResponseSnapshot;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<K, V, B> IntoResponseSnapshot for (u16, Vec<(K, V)>, B)
where K: Into<String>, V: Into<String>, B: Into<Vec<u8>>,

Source§

impl<K, V, B> IntoResponseSnapshot for (u16, Vec<(K, V)>, B, Duration)
where K: Into<String>, V: Into<String>, B: Into<Vec<u8>>,

Implementors§