Docs.rs
new-home-application-1.1.0
new-home-application 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
YannikSc
Dependencies
actix ^0.10.0-alpha.3
normal
serde ^1.0.104
normal
serde_json ^1.0.44
normal
Versions
77.78%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
MethodFactory
new_
home_
application
1.1.0
Method
Factory
Required Methods
build
Implementors
In new_
home_
application::
app
new_home_application
::
app
Trait
Method
Factory
Copy item path
Source
pub trait MethodFactory { // Required method fn
build
(&self) ->
Box
<dyn
CallableMethod
>; }
Required Methods
§
Source
fn
build
(&self) ->
Box
<dyn
CallableMethod
>
Implementors
§
Source
§
impl<F, C>
MethodFactory
for F
where C: 'static +
MethodCallable
, F:
Fn
() -> C,