pub struct AxumExtractor;Expand description
Axum route extractor
Trait Implementations§
Source§impl RouteExtractor for AxumExtractor
impl RouteExtractor for AxumExtractor
Source§fn extract_routes(&self, parsed_files: &[ParsedFile]) -> Vec<RouteInfo>
fn extract_routes(&self, parsed_files: &[ParsedFile]) -> Vec<RouteInfo>
Extracts all route information from parsed Rust files. Read more
Auto Trait Implementations§
impl Freeze for AxumExtractor
impl RefUnwindSafe for AxumExtractor
impl Send for AxumExtractor
impl Sync for AxumExtractor
impl Unpin for AxumExtractor
impl UnwindSafe for AxumExtractor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more