error[E0277]: the trait bound `jsonrpc_core::io::MetaIoHandler<_, _>: std::convert::From` is not satisfied --> src/main.rs:13:17 | 13 | let server = ServerBuilder::new(io) | ^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `jsonrpc_core::io::MetaIoHandler<_, _>` | = help: the following implementations were found: = help: as std::convert::From> = note: required because of the requirements on the impl of `std::convert::Into>` for `jsonrpc_core::IoHandler` = note: required by `>::new` error: aborting due to previous error error: Could not compile `httpjsonrpc`.