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

Provided Methods

Implementations on Foreign Types

Implementors