1mod core; 2mod impls; 3 4pub use impls::*; 5 6pub use core::{change_detection::ChangeDetectionFetch, fetch::OneTraitFetch}; 7pub(crate) use core::{change_detection::ChangeDetectionStorage, fetch::FetchStorage};