MCPcopy Create free account
hub / github.com/ReactiveX/RxRust / new

Method new

src/memberfn.rs:13–22  ·  view source on GitHub ↗
(o: &'a T, f: |&T|:'static -> R) -> MemberFn0<'a, T, R> {
        MemberFn0 {
            fun: f,
            obj: o
        }
    }
    
    fn call(&mut self) -> R

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected