Trait rust_asio::Cancel [] [src]

pub trait Cancel {
    fn cancel<A, T>(a: A, obj: &Strand<T>) where A: Fn(&T) -> &Self;
}

Required Methods

fn cancel<A, T>(a: A, obj: &Strand<T>) where A: Fn(&T) -> &Self

Implementors