MCPcopy Create free account
hub / github.com/HFQR/xitca-web / map_err

Method map_err

postgres/src/iter.rs:29–35  ·  view source on GitHub ↗
(self, func: F)

Source from the content-addressed store, hash-verified

27 }
28
29 fn map_err<F, O>(self, func: F) -> MapErr<Self, F>
30 where
31 F: Fn(Self::Err) -> O,
32 Self: Sized,
33 {
34 MapErr { iter: self, func }
35 }
36
37 fn try_map<F, T, E>(self, func: F) -> Map<Self, F>
38 where

Callers 15

paramMethod · 0.45
decodeMethod · 0.45
builderMethod · 0.45
from_sql_extMethod · 0.45
newMethod · 0.45
parseMethod · 0.45
try_nextMethod · 0.45
_map_ok_err_try_collectFunction · 0.45
fromMethod · 0.45
nextMethod · 0.45
try_get_zcMethod · 0.45
try_getMethod · 0.45

Implementers 1

iter.rspostgres/src/iter.rs

Calls

no outgoing calls

Tested by

no test coverage detected