[][src]Struct cyrconv::mapper::Simple

pub struct Simple(_);

The Simple Mapper takes an set of input characters [a] and maps it to the character set [b]

Methods

impl Simple[src]

pub fn new(a: &str, b: &str) -> Self[src]

pub fn default() -> Self[src]

Trait Implementations

impl Output for Simple[src]

impl Mapper for Simple[src]

type Input = char

type Result = char

impl Debug for Simple[src]

Auto Trait Implementations

impl Sync for Simple

impl Unpin for Simple

impl Send for Simple

impl UnwindSafe for Simple

impl RefUnwindSafe for Simple

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]