[][src]Trait librespot_core::util::Seq

pub trait Seq {
    fn next(&self) -> Self;
}

Required methods

fn next(&self) -> Self

Loading content...

Implementations on Foreign Types

impl Seq for u8[src]

impl Seq for u16[src]

impl Seq for u32[src]

impl Seq for u64[src]

impl Seq for usize[src]

Loading content...

Implementors

Loading content...