[][src]Trait bogobble::tuple::Laster

pub trait Laster {
    type Item;
    pub fn get_last(self) -> Self::Item;
}

Associated Types

Loading content...

Required methods

pub fn get_last(self) -> Self::Item[src]

Loading content...

Implementations on Foreign Types

impl<A, L> Laster for (A, L)[src]

type Item = L

impl<A, B, L> Laster for (A, B, L)[src]

type Item = L

impl<A, B, C, L> Laster for (A, B, C, L)[src]

type Item = L

impl<A, B, C, D, L> Laster for (A, B, C, D, L)[src]

type Item = L

impl<A, B, C, D, E, L> Laster for (A, B, C, D, E, L)[src]

type Item = L

Loading content...

Implementors

Loading content...