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

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

Required methods

fn strip_quotes(self) -> Self

Implementations on Foreign Types

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

Implementors