Skip to main content

graphrecords_query/traits/
cache.rs

1pub trait Cache {
2    #[must_use]
3    fn cache(&self) -> Self;
4}