* A trait that denotes this type can be used as an * argument to an FHE program. */
| 182 | * argument to an FHE program. |
| 183 | */ |
| 184 | pub trait FheProgramInputTrait: TryIntoPlaintext + TypeNameInstance {} |
| 185 | |
| 186 | /** |
| 187 | * An input argument to an Fhe Program. See [`crate::Runtime::run`]. |
nothing calls this directly
no outgoing calls
no test coverage detected