[−][src]Trait scp::ParamAccessor
Required methods
fn poll(&mut self) -> &Parameter
fn poll_str(&mut self) -> &String
fn poll_i32(&mut self) -> &i32
fn poll_multi(&mut self) -> &Vec<Parameter>
fn poll_multi_as<B, F: FnMut(&Parameter) -> B>(&mut self, map_func: F) -> Vec<B>
Implementations on Foreign Types
impl<'a> ParamAccessor for Iter<'a, Parameter>[src]
fn poll(&mut self) -> &Parameter[src]
fn poll_str(&mut self) -> &String[src]
fn poll_i32(&mut self) -> &i32[src]
fn poll_multi(&mut self) -> &Vec<Parameter>[src]
fn poll_multi_as<B, F>(&mut self, map_func: F) -> Vec<B> where
F: FnMut(&Parameter) -> B, [src]
F: FnMut(&Parameter) -> B,