Type Alias Algorithm
Source pub type Algorithm = NewType<Algorithm>;
pub struct Algorithm();
Formats the value using the given formatter.
Read more
The associated error which can be returned from parsing.
Parses a string
s
to return a value of this type.
Read more