Trait bones_framework::prelude::piccolo::compiler::StringInterner
pub trait StringInterner {
type String: AsRef<[u8]> + Clone;
// Required method
fn intern(&mut self, s: &[u8]) -> Self::String;
}