Trait PushBytesErrorReport
pub trait PushBytesErrorReport {
// Required method
fn input_len(&self) -> usize;
}Expand description
Reports information about failed conversion into PushBytes.
This should not be needed by general public, except as an additional bound on TryFrom when
converting to WitnessProgram.