b()?
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&code=struct%20MyStruct%20%7B%0A%20%20%20%20%2F*%20fields%20*%2F%0A%7D%0A%0Aimpl%20MyStruct%20%7B%0A%20%20%20%20fn%20b()%20%7B%0A%20%20%20%20%20%20%20%20println!(%22This%20is%20function%20b()%22)%3B%0A%20%20%20%20%7D%0A%20%20%20%20%0A%20%20%20%20pub%20fn%20a()%20%7B%0A%20%20%20%20%20%20%20%20println!(%22This%20is%20function%20a()%22)%3B%0A%20%20%20%20%20%20%20%20b()%3B%0A%20%20%20%20%7D%0A%7D%0A%0Afn%20main()%20%7B%0A%20%20%20%20MyStruct%3A%3Aa()%3B%0A%7D
Thank you!!
Обсуждают сегодня