ToIPR

Trait ToIPR 

Source
pub trait ToIPR: AsRef<str> {
    // Provided method
    fn to_ipr(&self) -> IPR { ... }
}
Expand description

Types that can be converted to IPRs.

Provided Methods§

Source

fn to_ipr(&self) -> IPR

Implementations on Foreign Types§

Source§

impl ToIPR for &&str

Source§

impl ToIPR for &str

Source§

impl ToIPR for &String

Source§

impl ToIPR for String

Implementors§