//! This module contains traits defining common operations on BPF maps that can
//! be executed both on the userspace side and the BPF side.
use crateResult;
use crateBpfUpdateElemFlags;
/// This trait is implemented by all the map wrapper types, as
/// as convenient way to communicate their underlying types to the
/// Rust type system.