[][src]Trait broccoli::query::colfind::builder::Consumer

pub trait Consumer {
    type Item;
    pub fn consume(self) -> Self::Item;
}

Simple trait that consumes itself to produce a value.

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...