Module clojurust::clojure::rust::objects::FnMethodNative[][src]

[]

Anonymous Native (Rust) method with a defined arity

This is a Method and so use an object as first argument. The method is linked with the Object’s Class say their protocols.

Method can be with multi-arity according to SFunction.multiarity. If this value is Nil, no multi-arity, else the value is the arity of the multi-arity function, which should be the last one.

Structs

SFnMethodNative

Traits

FnMethodNative