pub use *;
pub use *;
pub use *;
/// An intrepid repository combines the functionality of a cache and an event repo,
/// and is automatically implemented for any type that implements both.
///
/// This lets you establish an interface that expects both types, and then use any
/// type that implements both without having to specify both types every time.