pub struct GetFsUser<T, U> {
pub login: Login,
/* private fields */
}
Available on crate feature
integration-fs
only.Expand description
Gets the user from a request.
Fields§
§login: Login
pub struct GetFsUser<T, U> {
pub login: Login,
/* private fields */
}
integration-fs
only.Gets the user from a request.
login: Login