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