[][src]Module tracers_core::argtypes::refs

This module ensures that if ProbeArgType and ProbeArgWrapper are implemented for some T, then they are also implemented for &T. This is necessary for convenience and also to support our generialized implementation for Option<T>