Type Definition neon::context::MethodContext[][src]

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.