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

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

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

Required methods

fn to_cell(&self) -> CompletionCell

Convert a value to a CompletionCell.

Loading content...

Implementations on Foreign Types

impl ToCell for str[src]

impl ToCell for String[src]

Loading content...

Implementors

impl ToCell for CompletionCell[src]

Loading content...