Trait bitcoin_private::hex::buf_encoder::FixedLenBuf
source · pub trait FixedLenBuf: Sized + AsOutBytes {
// Required method
fn uninit() -> Self;
}
Expand description
A buffer with compile-time-known length.
This is essentially Default + AsOutBytes
but supports lengths 1.41 doesn’t.