Struct Span
proc_macro2
pub struct Span { /* fields omitted */ }
impl Span
pub fn call_site() -> Span
impl Copy for Span
impl Clone for Span
fn clone(&self) -> Span
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Debug for Span
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl !Send for Span
impl !Sync for Span