pub type LinkResolver = Arc<dyn Fn(&Cid) -> Result<Vec<Cid>> + Send + Sync>;
Link resolver function type
pub struct LinkResolver { /* private fields */ }