Trait valence::testing::PacketList
source · pub trait PacketList {
// Required method
fn packets() -> &'static [(i32, &'static str)];
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait PacketList {
// Required method
fn packets() -> &'static [(i32, &'static str)];
}