Trait mg::completion::ToCell [] [src]

pub trait ToCell {
    fn to_cell(&self) -> CompletionCell;
}

Trait to specify that a type can be converted to a CompletionCell.

Required Methods

Convert a value to a CompletionCell.

Implementors