pub trait ClonableVirtualFile: VirtualFile + Clone { }

Object Safety§

This trait is not object safe.

Implementors§