Type Definition dining_philosophers::Fork

source · []
pub(crate) type Fork = LinearToShared<Release>;