Searched refs:SnapshottedAttDatabase (Results 1 – 1 of 1) sorted by relevance
84 fn snapshot(&self) -> SnapshottedAttDatabase<'_> in snapshot()88 SnapshottedAttDatabase { attributes: self.list_attributes(), backing: self } in snapshot()104 pub struct SnapshottedAttDatabase<'a> { struct110 impl AttDatabase for SnapshottedAttDatabase<'_> { argument128 impl StableAttDatabase for SnapshottedAttDatabase<'_> {} implementation