Trait Arguable

Source
pub trait Arguable {
    // Required method
    fn into_arg(self) -> usize;
}

Required Methods§

Source

fn into_arg(self) -> usize

Implementations on Foreign Types§

Source§

impl Arguable for usize

Source§

impl<T> Arguable for &T

Implementors§