Rust 每日一题
type Event:From<Event<Self>>+IsType<<Self as frame_system::Config>::Event>;
这段rust代码是什么意思,请详细解释这段代码的含义
1