Type Definition neon::context::MethodContext

source · []
pub type MethodContext<'a, T> = CallContext<'a, T>;
Expand description

An alias for CallContext, useful for indicating that the function is a method of a class.