1 2 3 4
use crate::retprobe; /// The uretprobe structure for the current architecture. pub type Uretprobe<L, F> = retprobe::Retprobe<L, F>;