[][src]Crate near_bindgen_core

Functions

process_impl

Processes impl section of the struct.

process_method

Attempts processing impl method. If method is pub and has &self or &mut self then it is considered to be a part of contract API, otherwise None is returned. If method is a valid contract API then we examine its arguments and fail if they use complex pattern matching.