Skip to main content

diplomat_buffer_write_len

Function diplomat_buffer_write_len 

Source
#[unsafe(no_mangle)]
pub extern "C" fn diplomat_buffer_write_len( this: &DiplomatWrite, ) -> usize
Expand description

Gets the length in bytes of the content written to the writable.

Returns 0 if there was an allocation error during the write construction.

ยงSafety