(o: &'a T, f: |&T|:'static -> R) -> MemberFn0<'a, T, R> {
MemberFn0 {
fun: f,
obj: o
}
}
fn call(&mut self) -> R
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected