Trait bonfida_utils::WrappedPod
source · pub trait WrappedPod<'a> {
fn export(&self, buffer: &mut Vec<u8>);
fn size(&self) -> usize;
fn from_bytes(buffer: &'a [u8]) -> Self;
}pub trait WrappedPod<'a> {
fn export(&self, buffer: &mut Vec<u8>);
fn size(&self) -> usize;
fn from_bytes(buffer: &'a [u8]) -> Self;
}