Type Alias Algorithm

Source
pub type Algorithm = NewType<Algorithm>;

Aliased Type§

pub struct Algorithm(/* private fields */);

Trait Implementations§

Source§

impl Debug for Algorithm

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl FromStr for Algorithm

Source§

type Err = String

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more