Struct core::str::LinesAnyMap
[−]
[src]
struct LinesAnyMap;
A nameable, cloneable fn type
struct LinesAnyMap;
A nameable, cloneable fn type
impl<'a> Fn<(&'a str,)> for LinesAnyMap
extern "rust-call" fn call(&self, (line): (&'a str,)) -> &'a str
impl<'a> FnMut<(&'a str,)> for LinesAnyMap
extern "rust-call" fn call_mut(&mut self, (line): (&'a str,)) -> &'a str
impl<'a> FnOnce<(&'a str,)> for LinesAnyMap
type Output = &'a str
extern "rust-call" fn call_once(self, (line): (&'a str,)) -> &'a str
impl Clone for LinesAnyMap
fn clone(&self) -> LinesAnyMap
fn clone_from(&mut self, source: &Self)