Skip to main content

EmptyBlob

Type Alias EmptyBlob 

Source
pub type EmptyBlob = Blob<0>;

Aliased Type§

#[repr(C)]
pub struct EmptyBlob { pub data: [u8; 0], pub len: usize, }

Fields§

§data: [u8; 0]§len: usize

The actual length of this blob, if less than data.len()