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

Class IntoArrayError

inout/src/errors.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3/// The error returned when slice can not be converted into array.
4#[derive(Copy, Clone, Debug)]
5pub struct IntoArrayError;
6
7impl fmt::Display for IntoArrayError {
8 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected