Stranded

Trait Stranded 

Source
pub trait Stranded {
    // Provided method
    fn strand(&self) -> Strand { ... }
}

Provided Methods§

Source

fn strand(&self) -> Strand

Implementations on Foreign Types§

Source§

impl<A: Stranded, B> Stranded for (A, B)

Source§

fn strand(&self) -> Strand

Source§

impl<T: Stranded> Stranded for Option<T>

Source§

fn strand(&self) -> Strand

Implementors§

Source§

impl Stranded for Bed3

Source§

impl<'a> Stranded for Bed4<'a>

Source§

impl<'a, T> Stranded for Bed5<'a, T>

Source§

impl<'a, T> Stranded for Bed6<'a, T>