[][src]Trait lib3h_crypto_api::BufferType

pub trait BufferType: Sized + Send + Clone + Debug + Deref<Target = [u8]> + DerefMut<Target = [u8]> { }

This is a thunk so we don't have to type these trait bounds over and over

Implementations on Foreign Types

impl BufferType for Vec<u8>[src]

Loading content...

Implementors

impl BufferType for InsecureBuffer[src]

Loading content...