Struct rust_htslib::sam::Writer
[−]
[src]
pub struct Writer { /* fields omitted */ }SAM writer.
Methods
impl Writer[src]
pub fn from_path<P: AsRef<Path>>(
path: P,
header: &Header
) -> Result<Self, WriterError>[src]
path: P,
header: &Header
) -> Result<Self, WriterError>
pub fn from_stdout(header: &Header) -> Result<Self, WriterError>[src]
pub fn write(&mut self, record: &Record) -> Result<(), WriteError>[src]
Trait Implementations
impl Debug for Writer[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more