Trait pyro::PushBorrow

source ·
pub trait PushBorrow {
    fn push_borrow(acccess: &mut Borrow) -> bool;
}
Expand description

Is implemented for Read and Write and is used to insert reads and writes into the correct HashSet.

Required Methods§

Inserts a new borrow and returns true if it was successful.

Implementors§