proto! stream ( Stream:send { send(T) -> Stream } ) fn main() { let (bc, _bp) = stream::init(); stream::client::send(move bc, ~"abc"); }