[][src]Trait nu_protocol::value::StrExt

pub trait StrExt {
    fn to_str_untagged_value(&self) -> UntaggedValue;
fn to_str_value(&self, tag: Tag) -> Value;
fn to_str_value_create_tag(&self) -> Value;
fn to_column_path_value(&self, tag: Tag) -> Value;
fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue;
fn to_pattern_value(&self, tag: Tag) -> Value;
fn to_pattern_untagged_value(&self) -> UntaggedValue; }

Required methods

Loading content...

Implementations on Foreign Types

impl StrExt for &str[src]

Loading content...

Implementors

Loading content...