[][src]Trait patoz::ToPdbFile

pub trait ToPdbFile {
    type I;
    fn to_pdb_file(self) -> PdbFile<Self::I>;
}

Associated Types

type I

Loading content...

Required methods

fn to_pdb_file(self) -> PdbFile<Self::I>

Loading content...

Implementations on Foreign Types

impl ToPdbFile for Vec<Record>[src]

type I = Vec<Record>

Loading content...

Implementors

Loading content...