Trait rust_rcs_core::util::raw_string::ToInt
source · pub trait ToInt {
// Required method
fn to_int<R>(&self) -> Result<R, String>
where R: FromStr;
}
Required Methods§
Object Safety§
This trait is not object safe.