我的src/文件夹中有三个文件:main.rs、lib.rs和cfgtools.rs。我想进口cfgtools.rs。extern crate cfgtools;
let os = get_os();}pub mod cfgtools;pub fn get_os() -> &'static str {
let mut sys:&'s
From<protobuf::well_known_types::Timestamp>` is not implemented for `protobuf::Timestamp`
我尝试从protobuf导入时间戳,但是根中不存在这个类型,它显然与protobuf::well_known_types::Timestamp不同,并且我找不到这种类型来自哪个板条箱或版本。trait `From<protobuf::well_known_types::Timestamp>` is not implemented for `prost_typ