Trait StrExt
taplo::util
pub trait StrExt { fn strip_quotes(self) -> Self; }
fn strip_quotes(self) -> Self
impl<'_> StrExt for &'_ str