index
:
rust-zotapi.git
dev
master
refactor-cmd-handling
rewrite-examples
simplify
Zot API wrapper in Rust.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
zotapi.rs
blob: 42d8cde0fa1fece2da871ae341431f7d407bf41e (
plain
) (
blame
)
1
2
3
4
5
pub
trait
ZotAPI
<
T
:
Default
>
{
fn
z
()
->
T
{
T
::
default
()
}
}