Struct ethcore::migrations::blocks::V8 [] [src]

pub struct V8(_);

Compressing migration.

Trait Implementations

impl Default for V8
[src]

Returns the "default value" for a type. Read more

impl SimpleMigration for V8
[src]

Version of database after the migration.

Number of columns in database after the migration.

Should migrate existing object to new database. Returns None if the object does not exist in new version of database. Read more