stefans_utils/
from_str.rs

1pub trait FromStr {
2    fn from_str(str: &str) -> Self;
3}