capsula-core 0.12.1

The core library for Capsula.
Documentation
1
2
3
4
5
6
7
pub trait Captured {
    fn serialize_json(&self) -> Result<serde_json::Value, serde_json::Error>;

    fn abort_requested(&self) -> bool {
        false
    }
}