Trait url::form_urlencoded::Target [−][src]
pub trait Target { type Finished; fn as_mut_string(&mut self) -> &mut String; fn finish(self) -> Self::Finished; }
Associated Types
type Finished
Required Methods
fn as_mut_string(&mut self) -> &mut String
fn finish(self) -> Self::Finished
Implementations on Foreign Types
impl Target for String
[src]
impl Target for String
impl<'a> Target for &'a mut String
[src]
impl<'a> Target for &'a mut String