pub struct MGFReader<A> { /* fields omitted */ }
Create a new MGFReader from an object that implements Read.
reader - An object that implements the Read trait
Read from the underlying reader into spectrum.
s - A spectrum object that will hold the new spectrum data.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.