has something to do with making `get` generic on a...
# development
w
has something to do with making
get
generic on an input that is
Into<Node>
, and an output that is
From<NodeResult>