[−][src]Trait url::form_urlencoded::Target
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