Struct libreda_db::flat_view::FlatId
source · pub struct FlatId<T>(T);Expand description
Wrapper around ID types. This wrapper makes sure that the flat view uses other ID types than the underlying hierarchical view.
Tuple Fields§
§0: T