rlist_vfs 0.1.2

Virtual File System for rList
Documentation
1
2
3
4
5
pub trait Combinable
    where Self: Sized
{
    fn combine(from: Vec<Self>) -> Self;
}