pub struct SyscallPanic<'a> { /* private fields */ }Expand description
Panic syscall function, called when the BPF program calls ’sol_panic_()` Causes the BPF program to be halted immediately Log a user’s info message
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SyscallPanic<'a>
impl<'a> !Send for SyscallPanic<'a>
impl<'a> !Sync for SyscallPanic<'a>
impl<'a> Unpin for SyscallPanic<'a>
impl<'a> !UnwindSafe for SyscallPanic<'a>
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
