MCPcopy Create free account
hub / github.com/RustCrypto/utils / Error

Class Error

block-padding/src/lib.rs:370–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368/// Error returned by the [`Padding`] trait methods.
369#[derive(Clone, Copy, Debug)]
370pub struct Error;
371
372impl fmt::Display for Error {
373 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {

Callers

nothing calls this directly

Implementers 1

lib.rsblock-padding/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected