Trait IntoSegment

Source
pub trait IntoSegment {
    // Required method
    fn into_segment(self) -> PathSegment;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoSegment for &Ident

Source§

impl IntoSegment for &PathSegment

Source§

impl IntoSegment for (&str, Span)

Source§

impl IntoSegment for Ident

Source§

impl IntoSegment for PathSegment

Implementors§