re-structure blob, structured serialization

This commit is contained in:
Gregory Terzian 2019-09-01 03:18:42 +08:00
parent 7aa68c8fe7
commit 6e8a85482c
31 changed files with 997 additions and 489 deletions

View file

@ -162,7 +162,7 @@ impl Transferable for MessagePort {
}
let port_impls = match sc_holder {
StructuredDataHolder::Write(port_impls) => port_impls,
StructuredDataHolder::Write { ports, .. } => ports,
_ => panic!("Unexpected variant of StructuredDataHolder"),
};