[][src]Trait nu_protocol::value::PathBufExt

pub trait PathBufExt {
    fn to_untagged_value(&self) -> UntaggedValue;
fn to_value(&self, tag: Tag) -> Value;
fn to_value_create_tag(&self) -> Value; }

Required methods

Loading content...

Implementations on Foreign Types

impl PathBufExt for PathBuf[src]

Loading content...

Implementors

Loading content...