Trait near_syn::NearImpl[][src]

pub trait NearImpl {
    fn is_bindgen(&self) -> bool;
fn has_exported_methods(&self) -> bool; }

Defines standard attributes found in the Near SDK.

Required methods

fn is_bindgen(&self) -> bool[src]

Returns whether the given self implementation is marked as near_bindgen.

fn has_exported_methods(&self) -> bool[src]

Returns whether the given self implementation has any exported method.

Loading content...

Implementations on Foreign Types

impl NearImpl for ItemImpl[src]

Loading content...

Implementors

Loading content...