Function secret_toolkit_utils::padding::pad_handle_result
source · [−]pub fn pad_handle_result<T>(
response: HandleResult<T>,
block_size: usize
) -> HandleResult<T> where
T: Clone + Debug + PartialEq + JsonSchema,
Expand description
Pad the data and logs in a HandleResult
to the block size, with spaces.