(function() {var implementors = {}; implementors["either"] = [{text:"impl<L, R> BufRead for Either<L, R> where
    L: BufRead,
    R: BufRead
",synthetic:false,types:["either::Either"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()