Trait reproto_backend::ForContext [] [src]

pub trait ForContext {
    type Item;
    fn for_context(self, context: &str) -> Vec<Self::Item>;
}

Associated Types

Required Methods

Implementors