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

trait FilePage {
    fn new(pid: u32, block_length: usize) -> Self;
}

Required methods

fn new(pid: u32, block_length: usize) -> Self

Loading content...

Implementors

impl FilePage for DataFilePage[src]

Loading content...