Trait test_fuzz::Into

source ·
pub trait Into<T> {
    // Required method
    fn into(self) -> T;
}

Required Methods§

source

fn into(self) -> T

Implementors§