MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / TryFromSliceError

Class TryFromSliceError

src/arrayvec.rs:1444–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442#[derive(Debug, Copy, Clone)]
1443#[cfg_attr(feature = "defmt", derive(defmt::Format))]
1444pub struct TryFromSliceError(());
1445
1446impl core::fmt::Display for TryFromSliceError {
1447 #[inline]

Callers 1

try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected