memoization 0.1.0

Allows for structure fields to be memoized
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["memoization"] = ["impl&lt;I:&nbsp;'static,&nbsp;O:&nbsp;<a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a>,&nbsp;Func:&nbsp;<a class='trait' href='https://doc.rust-lang.org/nightly/core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(I) -&gt; O&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/ops/trait.Deref.html' title='core::ops::Deref'>Deref</a> for <a class='enum' href='memoization/enum.Memoized.html' title='memoization::Memoized'>Memoized</a>&lt;I,&nbsp;O,&nbsp;Func&gt;",];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()