Skip to main content

nodedb_client/traits/core/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2
3pub mod marker;
4pub mod quote;
5pub mod trait_def;
6
7pub use marker::NodeDbMarker;
8pub use trait_def::NodeDb;