Trait mica::MethodSignature

source ·
pub trait MethodSignature: Sealed { }
Expand description

Implemented by every type that can be used as a method signature.

See Engine::call_method.

Implementations on Foreign Types§

Tuples of string slices and u8s are a user-friendly representation of method signatures. For instance, ("cat", 1) represents the method cat/1.

Implementors§