検索
Results of 1 - 1 of about 1 for deeply (0.004 sec.)
- use宣言 - Rust By Example 日本語版 9414
- Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2.
...
ります。例えば以下のように使えます。 // extern crate deeply; // normally, this would exist and not be commente...
d out! use crate::deeply::nested::{ my_first_function, my_second_function,...
トを別名にバインドすることができます。 // Bind the `deeply::nested::function` path to `other_function`. // `d...
:nested::function`を`other_function`にバインド use deeply::nested::function as other_function; fn function()...
- https://man.plustar.jp/rust/example/mod/use.html - [similar]
PREV
1
NEXT