Trait rust_rcs_core::util::raw_string::FromRawStr
source · pub trait FromRawStr: Sized {
type Err;
// Required method
fn from_raw_str(s: &[u8]) -> Result<Self, Self::Err>;
}
pub trait FromRawStr: Sized {
type Err;
// Required method
fn from_raw_str(s: &[u8]) -> Result<Self, Self::Err>;
}