Expand description
Write the given signed number using the LEB128 encoding to the given
std::io::Write
able. Returns the number of bytes written to w
, or an
error if writing failed.
Write the given signed number using the LEB128 encoding to the given
std::io::Write
able. Returns the number of bytes written to w
, or an
error if writing failed.