pub trait Arg1IsSocketProgramContext: EbpfProgramContext {
type Arg1AsSocket<'a>: FromBpfValue<Self::RunContext<'a>> + SocketRef;
}Required Associated Types§
type Arg1AsSocket<'a>: FromBpfValue<Self::RunContext<'a>> + SocketRef
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.