wild-doc-script 0.31.0

trait for wild-doc script
Documentation
1
2
3
4
5
use std::{path::Path, sync::Arc};

pub trait IncludeAdaptor {
    fn include(&mut self, path: &Path) -> Option<Arc<Vec<u8>>>;
}