appguard-client-authentication 0.3.1

Library for AppGuard clients authentication
Documentation
1
2
3
4
5
use nullnet_liberror::Error;

pub trait ExecutableCommand {
    async fn execute(self) -> Result<(), Error>;
}