mbpr 0.0.1

Memcached binary protocol parser
Documentation
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors["mbpr"] = ["impl&lt;'a, T&gt; <a class='trait' href='https://doc.rust-lang.org/nightly/core/convert/trait.From.html' title='core::convert::From'>From</a>&lt;IResult&lt;<a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>&amp;'a [</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u8.html'>u8</a><a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.slice.html'>]</a>, T&gt;&gt; for <a class='enum' href='mbpr/enum.ParseResult.html' title='mbpr::ParseResult'>ParseResult</a>&lt;T&gt;",];

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