#[must_use] pub enum Outcome<S, E, F> { Success(S), Failure(E), Forward(F), }. Expand description ... pub fn unwrap(self) -> S [src]. Unwraps the Outcome ...
確定! 回上一頁