pub fn attachment_waveform(
waveform: impl AsRef<str>,
) -> Result<(), MessageValidationError>Expand description
Ensure an attachment’s waveform is correct.
§Errors
Returns an error of type AttachmentWaveformTooLarge if
the attachment’s waveform is too large.