neo4j-labs / neo4rs

Neo4j driver for rust

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Into impls with From impls

s1ck opened this issue · comments

It is recommended to implement From instead of Into as From gives us Into automatically while the reverse it not true.