pub trait DynamicAttributeServer<P: PacketPool>: DynamicAttributeServer<P> { }Expand description
Type erased attribute server
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait DynamicAttributeServer<P: PacketPool>: DynamicAttributeServer<P> { }Type erased attribute server
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".