Skip to content

Commit ab901ff

Browse files
committed
Add call to schema trait
1 parent 7dba5fd commit ab901ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/schema.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,7 @@ impl FieldTrait for Schema {
153153
fn is_method_field(&self) -> bool {
154154
self.base.is_method_field
155155
}
156+
fn call(&self) -> bool {
157+
self.base.call
158+
}
156159
}

0 commit comments

Comments
 (0)