ジェネリクス付きのトレイトの向き
- Genericsを使ったトレイトの分類
- 「包む系」:Box, Arc, Rc, Mutex, Cell, RefCell, Iterator
- 「変換系」:AsRef, Borrow, From, Into,
「変換系」は向きがわからなくなる
trait Into<T>
impl Into<T> for U
U::into ->
T: AsRef<U>
Backlinks
There are no notes linking to this note.