Rot13

Trait Rot13 

Source
pub trait Rot13 {
    // Required method
    fn rot13(&self) -> String;
}
Expand description

Encode a value as rot13

Required Methods§

Source

fn rot13(&self) -> String

Encode a value as rot13

Implementations on Foreign Types§

Source§

impl Rot13 for str

Source§

fn rot13(&self) -> String

Implementors§