pub trait TryGrow: Send + Sync + Debug { // Required method fn try_grow(&self, capacity: usize) -> Result<()>; }