Trait bio_seq::codec::Complement
source · pub trait Complement {
// Required method
fn comp(self) -> Self;
}Required Methods§
Object Safety§
This trait is not object safe.
pub trait Complement {
// Required method
fn comp(self) -> Self;
}