Struct gotham::handler::FilePathExtractor
source · pub struct FilePathExtractor { /* private fields */ }
Expand description
Responsible for extracting the file path matched by the glob segment from the URL.
Trait Implementations§
source§impl Debug for FilePathExtractor
impl Debug for FilePathExtractor
source§impl<'de> Deserialize<'de> for FilePathExtractor
impl<'de> Deserialize<'de> for FilePathExtractor
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more