MCPcopy Create free account
hub / github.com/VenTheZone/Project-WebHunter / FormInput

Class FormInput

src/form.rs:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3#[derive(Debug, Clone)]
4pub struct FormInput {
5 pub name: String,
6 pub value: String,
7 pub input_type: String,
8}
9
10#[derive(Debug, Clone)]
11pub struct Form {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected