renames for core pdu

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-07 03:30:47 +00:00
commit 79c6b51860
12 changed files with 123 additions and 89 deletions

View file

@ -13,7 +13,7 @@ struct ExtractRelatesToEventId {
relates_to: ExtractRelType,
}
#[implement(super::PduEvent)]
#[implement(super::Pdu)]
#[must_use]
pub fn relation_type_equal(&self, rel_type: &RelationType) -> bool {
self.get_content()