///|
pub trait IsString: IsValue {}

///|
pub impl IsString for String

///|
pub impl IsValue for String