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

type MethodContext<'a, T> = CallContext<'a, T>;

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