partial-borrow 1.0.1

Partially borrow a struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2021 Ian Jackson and contributors
// SPDX-License-Identifier: GPL-3.0-or-later
// There is NO WARRANTY.

pub use easy_ext::ext;

mod tgenerics;
mod treborrow;

#[test]
#[cfg(not(miri))]
fn reject() { trybuild::TestCases::new().compile_fail("reject/*.rs"); }