Trait sanakirja::RootPage[][src]

pub trait RootPage {
    unsafe fn root_page(&self) -> &[u8; 4064];
}
Expand description

Access the root page of a transaction.

Required methods

The root page of this transaction.

Implementors