pub trait UnwrapProto {
type T;
// Required method
fn unwrap_proto(self, field: &'static str) -> OnnxResult<Self::T>;
}
pub trait UnwrapProto {
type T;
// Required method
fn unwrap_proto(self, field: &'static str) -> OnnxResult<Self::T>;
}