pub trait IntoINodeEntry<F> { // Required method fn with_parent(self, parent: INode) -> INodeEntry<F>; }