Trait aoko::std_ext::Ext[][src]

pub trait Ext: Sized {
    fn drop(self) { ... }
fn sout(self) -> Self
    where
        Self: Debug
, { ... }
fn echo(self) -> Self
    where
        Self: Debug
, { ... }
fn type_name(&self) -> &str { ... }
fn type_size(&self) -> usize { ... } }

Provided methods

fn drop(self)[src]

fn sout(self) -> Self where
    Self: Debug
[src]

fn echo(self) -> Self where
    Self: Debug
[src]

fn type_name(&self) -> &str[src]

fn type_size(&self) -> usize[src]

Loading content...

Implementors

impl<T> Ext for T[src]

Loading content...