Module Component.MethodSource

type t = {
  1. doc : CComment.docs;
  2. private_ : bool;
  3. virtual_ : bool;
  4. type_ : TypeExpr.t;
}