pub struct OutputDataSizeValidator {
pub expected_output_data_size: usize,
}
Expand description
Validates that the output contains the expected number of bytes.
Fields§
§expected_output_data_size: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputDataSizeValidator
impl RefUnwindSafe for OutputDataSizeValidator
impl Send for OutputDataSizeValidator
impl Sync for OutputDataSizeValidator
impl Unpin for OutputDataSizeValidator
impl UnwindSafe for OutputDataSizeValidator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more