Skip to main content

SequenceCollectionRecordExt

Trait SequenceCollectionRecordExt 

Source
pub trait SequenceCollectionRecordExt {
    // Required method
    fn write_collection_rgsi<P>(&self, file_path: P) -> Result<(), Error>
       where P: AsRef<Path>;
}
Expand description

Extension trait for SequenceCollectionRecord with filesystem-dependent methods.

Required Methods§

Source

fn write_collection_rgsi<P>(&self, file_path: P) -> Result<(), Error>
where P: AsRef<Path>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§