use schema_capnp;
use capnp_conv;
use ;
/// Additional information about a node which is not needed at runtime, but may be useful for
/// documentation or debugging purposes. This is kept in a separate struct to make sure it
/// doesn't accidentally get included in contexts where it is not needed. The
/// `CodeGeneratorRequest` includes this information in a separate array.