Enum solana_perf::sigverify::PacketError [−][src]
pub enum PacketError { InvalidLen, InvalidPubkeyLen, InvalidShortVec, InvalidSignatureLen, MismatchSignatureLen, PayerNotWritable, }
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PacketError
impl Send for PacketError
impl Sync for PacketError
impl Unpin for PacketError
impl UnwindSafe for PacketError
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self