pub trait AccountOffset: Clone + Copy + Pod + Zeroable { }
Expand description

The offset to an account.

Object Safety§

This trait is not object safe.

Implementors§