According to the example from the std::fmt docs: extern crate uuid; use uuid::Uuid; use std::fmt; struct BlahLF { id: Uuid, } ...
確定! 回上一頁