pub trait ToIPR: AsRef<str> {
// Provided method
fn to_ipr(&self) -> IPR { ... }
}Expand description
Types that can be converted to IPRs.
pub trait ToIPR: AsRef<str> {
// Provided method
fn to_ipr(&self) -> IPR { ... }
}Types that can be converted to IPRs.