pub trait ConstructorFinishImpl {
    // Required method
    fn finish_impl(&mut self, options: &Options, data: &KVMap) -> Status;
}

Required Methods§

source

fn finish_impl(&mut self, options: &Options, data: &KVMap) -> Status

| Construct the data structure from the | data in “data” |

Implementors§