pub struct ActixExtractor;Expand description
Actix-Web route extractor
Trait Implementations§
Source§impl RouteExtractor for ActixExtractor
impl RouteExtractor for ActixExtractor
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 ActixExtractor
impl RefUnwindSafe for ActixExtractor
impl Send for ActixExtractor
impl Sync for ActixExtractor
impl Unpin for ActixExtractor
impl UnwindSafe for ActixExtractor
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