Function load_pdb_from_content
Source pub fn load_pdb_from_content(content: &str) -> Result<PDB, Vec<PDBError>>
Expand description
Loads a PDB structure from string content
§Arguments
content - PDB file contents as a string
§Returns
Result containing either the parsed PDB or a list of errors