Expand description
Mixed references to owned and borrowed memory.
§Usage
This crate is available on crates.io
and can be used by adding the following to your project’s Cargo.toml:
[dependencies]
mixed_ref = "0.1.1"and this to your crate root:
#[macro_use]
extern crate mixed_ref;Enums§
- Mixed
Ref - A reference to either owned or borrowed data.
- Mixed
RefMut - A reference to either owned or mutably borrowed data.