☰
SecretString
Trait Implementations
FromStr
In secrecy
?
Type Definition
secrecy
::
SecretString
source
·
[
−
]
pub type SecretString =
Secret
<
String
>;
Expand description
Secret strings
Trait Implementations
§
source
§
impl
FromStr
for
SecretString
§
type
Err
=
Infallible
The associated error which can be returned from parsing.
source
§
fn
from_str
(src: &
str
) ->
Result
<Self, Self::
Err
>
Parses a string
s
to return a value of this type.
Read more