Option <Rc<T>> -> Option<&T> , Option<Arc<T>> -> Option<&T>. Option::as_deref は Option の中の型が Deref トレイトを実装しているときに ...
確定! 回上一頁