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

pub trait StrExt {
    pub fn to_str_untagged_value(&self) -> UntaggedValue;
pub fn to_str_value(&self, tag: Tag) -> Value;
pub fn to_str_value_create_tag(&self) -> Value;
pub fn to_line_value(&self, tag: Tag) -> Value;
pub fn to_line_untagged_value(&self) -> UntaggedValue;
pub fn to_column_path_value(&self, tag: Tag) -> Value;
pub fn to_column_path_untagged_value(&self, span: Span) -> UntaggedValue;
pub fn to_pattern_value(&self, tag: Tag) -> Value;
pub 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...