[][src]Type Definition protein_core::io::pdb::title_section::Authors

type Authors = Vec<String>;

Parses AUTHOR record which is a multiline continuation record. Contains comma-seperated list of author names. If successfull returns Record variant containing AUTHORS instance.

Record structure

COLUMNSDATA TYPEFIELDDEFINITION
1 - 6Record nameAUTHOR
9 - 10ContinuationcontinuationAllows concatenation of multiple records.
11 - 79ListauthorListList of the author names, separated
by commas.