Trait lockchain_core::traits::LoadRecord
[−]
[src]
pub trait LoadRecord<T: Body> { fn header() -> Header { ... } fn body() -> T { ... } }
A simple trait that allows libraries to hook into the
body() and record() hooks for vault records.