Trait layered_nlp::FinishWith[][src]

pub trait FinishWith<T> {
    fn finish_with<Attr, F: Fn(T) -> Attr>(
        self,
        f: F
    ) -> Vec<LLCursorAssignment<Attr>>; }

Required methods

fn finish_with<Attr, F: Fn(T) -> Attr>(
    self,
    f: F
) -> Vec<LLCursorAssignment<Attr>>
[src]

Loading content...

Implementors

impl<T, I: IntoIterator<Item = (LLSelection, T)>> FinishWith<T> for I[src]

fn finish_with<Attr, F: Fn(T) -> Attr>(
    self,
    f: F
) -> Vec<LLCursorAssignment<Attr>>
[src]

Loading content...