Trait Target
url::form_urlencoded
pub trait Target { type Finished; fn as_mut_string(&mut self) -> &mut String; fn finish(self) -> Self::Finished; }
type Finished
fn as_mut_string(&mut self) -> &mut String
fn finish(self) -> Self::Finished
impl Target for String
fn finish(self) -> Self
type Finished = Self
impl<'a> Target for &'a mut String
impl<'a> Target for UrlQuery<'a>
fn finish(self) -> &'a mut Url
type Finished = &'a mut Url