Enum solana_runtime::hardened_unpack::UnpackPath [−][src]
pub enum UnpackPath<'a> {
Valid(&'a Path),
Ignore,
Invalid,
}Variants
Valid(&'a Path)Auto Trait Implementations
impl<'a> RefUnwindSafe for UnpackPath<'a>impl<'a> Send for UnpackPath<'a>impl<'a> Sync for UnpackPath<'a>impl<'a> Unpin for UnpackPath<'a>impl<'a> UnwindSafe for UnpackPath<'a>Blanket Implementations
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 = TShould always be Self
pub fn vzip(self) -> V