[][src]Trait taplo::util::StrExt

pub trait StrExt {
    fn strip_quotes(self) -> Self;
}

Required methods

fn strip_quotes(self) -> Self

Loading content...

Implementations on Foreign Types

impl<'_> StrExt for &'_ str[src]

Loading content...

Implementors

Loading content...