fn deref()
in
src/kvp.rs [56:58]
3
lines of code
1
McCabe index (conditional complexity)
fn deref(&self) -> &Self::Target { &self.0 }