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.

Required Methods§

source

fn input_len(&self) -> usize

How many bytes the input had.

Implementations on Foreign Types§

source§

impl PushBytesErrorReport for Infallible

Implementors§