Crate out_reference

source ·
Expand description

This crate brings a safe out reference to Rust

See readme for more info

Structs

LienarOut represents a linear type that must be written to exactly once, if this type is not written to it will abort the process
An Out Reference, you can only write to this reference using the set method and reborrow this reference with the borrow method

Traits

Used to create an Out reference, for all types