Trait wiwi::num::SubBorrowing

source ·
pub trait SubBorrowing: SubOverflowing {
    // Provided method
    fn sub_borrowing(self, rhs: Self, borrow: bool) -> (Self, bool) { ... }
}
Expand description

Borrowing subtraction

Provided Methods§

source

fn sub_borrowing(self, rhs: Self, borrow: bool) -> (Self, bool)

Performs borrowing subtraction

§Examples

TODO

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SubBorrowing for u8

source§

impl SubBorrowing for u16

source§

impl SubBorrowing for u32

source§

impl SubBorrowing for u64

source§

impl SubBorrowing for u128

source§

impl SubBorrowing for usize

Implementors§