fn from()

in src/lib.rs [317:319]


    fn from(value: ToStrError) -> Self {
        Self::ToStrError(value)
    }