nautilus_sockets/persistent/
mod.rs

1use std::any::Any;
2
3pub mod storage;
4
5pub trait Persistent: Any + Send + Sync {}