1 2 3 4 5
use crate::StackShared; pub trait Ref { fn new(shared: StackShared, base: String) -> Self; }