method `from` has an incompatible type for trait
expected signature `fn(Vec<_>) -> NodeFragment`
found signature `fn(Vec<_>) -> Vec<NodeFragment>`rustcClick for full compiler diagnostic
main.rs(34, 34): change the output type to match the trait: `NodeFragment`