[][src]Trait stellar_sql::storage::page::Header

trait Header {
    fn to_bytes(&self) -> HeaderBytes;
fn from_bytes(header_bytes: &HeaderBytes) -> Self; }

Required methods

fn to_bytes(&self) -> HeaderBytes

fn from_bytes(header_bytes: &HeaderBytes) -> Self

Loading content...

Implementors

impl Header for FileHeader[src]

impl Header for IndexInternalHeader[src]

impl Header for IndexLeafHeader[src]

Loading content...