pub type ByteNode = (Vec<u8>, Arc<dyn Resolve>);
Returned by Resolve and FetchBytes. Represents traversal through the object graph.
Resolve
FetchBytes