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

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

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