pub trait Stranded {
    fn strand(&self) -> Strand { ... }
}

Provided methods

Implementors