MCPcopy Create free account
hub / github.com/base/triedb / NodeInner

Class NodeInner

src/node.rs:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30#[derive(Clone, PartialEq, Eq, Debug, Arbitrary)]
31struct NodeInner {
32 prefix: Nibbles,
33 kind: NodeKind,
34}
35
36// Allow `large_enum_variant` because this enum is expected to only live inside a `Box`.
37#[allow(clippy::large_enum_variant)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected