1use std::sync::Arc; 2 3use ps_hash::Hash; 4 5#[derive(Clone, Debug, Hash, PartialEq, Eq, PartialOrd, Ord)] 6pub struct FetchInnerReadonly { 7 pub hash: Arc<Hash>, 8}