MCPcopy Create free account
hub / github.com/NicolasLagaillardie/mpst_rust_github / parse

Method parse

mpst_seq_proc/src/baking/baking_basic.rs:29–37  ·  view source on GitHub ↗
(input: ParseStream)

Source from the content-addressed store, hash-verified

27
28impl Parse for Baking {
29 fn parse(input: ParseStream) -> Result<Self> {
30 let (meshedchannels_name, all_roles, number_roles) = parse_stream_roles(input)?;
31
32 Ok(Baking {
33 meshedchannels_name,
34 all_roles,
35 number_roles,
36 })
37 }
38}
39
40impl From<Baking> for TokenStream {

Callers 2

auxFunction · 0.45
auxFunction · 0.45

Calls 2

parse_stream_rolesFunction · 0.85
OkClass · 0.50

Tested by

no test coverage detected