Trait zxingcpp::FromStr

source ·
pub trait FromStr: Sized {
    // Required method
    fn from_str(str: impl AsRef<str>) -> Result<Self, Error>;
}

Required Methods§

source

fn from_str(str: impl AsRef<str>) -> Result<Self, Error>

Object Safety§

This trait is not object safe.

Implementors§