1 2 3 4 5 6
pub(crate) trait Execute { fn execute( &self, api: wikijs::Api, ) -> Result<(), Box<dyn std::error::Error>>; }