pub fn load_gfa_stdin<N, T>(
    stdin: StdinLock<'_>
) -> Result<GFA<N, T>, ParseError> where
    N: SegmentId,
    T: OptFields, 
Expand description

If the file is coming from STDIN, this function reads a GFA in.