pub trait CachedPageData:
Any
+ Send
+ Sync
+ DeepSizeOf
+ 'static {
// Required method
fn as_arc_any(self: Arc<Self>) -> Arc<dyn Any + Send + Sync + 'static>;
}
pub trait CachedPageData:
Any
+ Send
+ Sync
+ DeepSizeOf
+ 'static {
// Required method
fn as_arc_any(self: Arc<Self>) -> Arc<dyn Any + Send + Sync + 'static>;
}