std::convert::TryFrom

Trait std::convert::TryFrom

pub trait TryFrom<T> {
    type Error;
    fn try_from(value: T) -> Result<Self, Self::Error>;
}
???? This is a nightly-only experimental API. (try_from #33417)

Attempt to construct Self via a conversion.

Associated Types

???? This is a nightly-only experimental API. (try_from #33417)

The type returned in the event of a conversion error.

Required Methods

???? This is a nightly-only experimental API. (try_from #33417)

Performs the conversion.

Implementors

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/convert/trait.TryFrom.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部