pub trait Store: Reader + Writer { }
Combined read/write at the Core level.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".