Home
last modified time | relevance | path

Searched defs:IonCompleter (Results 1 – 1 of 1) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/binary/
H A Dcompleter.rs10 pub struct IonCompleter<'a, 'b> { struct
11 shell: &'b Shell<'a>,
12 completion: CompletionType,
38 impl<'a, 'b> IonCompleter<'a, 'b> { implementation
44 impl<'a, 'b> Completer for IonCompleter<'a, 'b> { implementation