Struct noodles_vcf::header::parser::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A VCF header parser builder.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_file_format_option(
self,
file_format_option: FileFormatOption
) -> Self
pub fn set_file_format_option( self, file_format_option: FileFormatOption ) -> Self
Sets the file format option.