Skip to main content

xmtp_proto/types/
topic_cursor.rs

1use std::collections::HashMap;
2
3use super::{Cursor, Topic};
4
5/// Independent positions for backend topics.
6pub type TopicCursor = HashMap<Topic, Cursor>;