[][src]Module retriever::prelude

Module exporting the most commonly-used features of Retriever.

Re-exports

pub use crate::queries::chunks::Chunks;
pub use crate::queries::everything::Everything;
pub use crate::queries::secondary_index::SecondaryIndex;
pub use crate::traits::query::Query;
pub use crate::traits::record::Record;
pub use crate::types::editor::Editor;
pub use crate::types::entry::Entry;
pub use crate::types::id::Id;
pub use crate::types::id::ID;
pub use crate::types::reduction::Reduction;
pub use crate::types::storage::Storage;