Skip to main content

WriteToFS

Trait WriteToFS 

Source
pub trait WriteToFS: Fn(&Path, String) { }

Implementors§

Source§

impl<T> WriteToFS for T
where T: Fn(&Path, String),