pub trait StringValue: AsRef<str> { }

Implementations on Foreign Types§

source§

impl StringValue for String

Implementors§