package org.capnproto; public interface FromStructBuilder { T fromStructBuilder(StructBuilder builder); StructSize structSize(); }