Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
1476dd7c248814201b704c1c3b3eaa4f8a6eb60c
Replibyte
/
replibyte
/
src
/
connector.rs
下载
R
Romaric Philogene
chore: prepare project - add tokenizer
54918934
创建于
2022年3月6日
历史提交
use
std
::
io
::
Error
;
pub
trait
Connector
{
fn
init
(&
mut
self
) ->
Result
<(),
Error
>;
}