Trait akka_persistence_rs::WithOffset
source · pub trait WithOffset {
// Required method
fn offset(&self) -> Offset;
}
Expand description
Implemented by structures that can return an offset.
pub trait WithOffset {
// Required method
fn offset(&self) -> Offset;
}
Implemented by structures that can return an offset.