pub type ResourceReadHandler = Box<dyn Fn(String, RequestContext) -> BoxFuture<'static, Result<Vec<ResourceContents>>> + Send + Sync>;Expand description
Resource read handler function signature
Aliased Typeยง
pub struct ResourceReadHandler(/* private fields */);