[][src]Trait t_rust_less_lib::memguard::weak::ZeroingBytesExt

pub trait ZeroingBytesExt {
    fn to_zeroing(self) -> ZeroingBytes;
}

Required methods

Loading content...

Implementations on Foreign Types

impl ZeroingBytesExt for Vec<u8>[src]

impl<'_> ZeroingBytesExt for &'_ [u8][src]

Loading content...

Implementors

Loading content...